0.2.0 • Published 2 years ago

starter3000 v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Starter3000

Studio starter for React based projects.

  • Next.js
  • Emotion for styling
  • configs (ts, lint, babel)
  • pre-commit hooks via husky

Installation

option A You can clone this repository directly

option B

  • npm install -g starter3000 or yarn global add starter3000
  • then in the directory where you want to start the project, run npx starter3000 your-directory-name
  • cd to your-directory-name
  • run yarn dev

husky not working? make sure after reinitializing git, to run yarn to reinstall husky's pre-commit hooks

Notes

  • for modules, @/ maps to root directory. So instead of doing import Something from '../../components/SomethingComponent' you can just do import Something from '@/components/SomethingComponent'
0.2.0

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago