1.0.2 • Published 6 years ago

boost-react-start v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

GET A READY TO CODE REACT PROJECT IN ONE COMMAND LINE

Installation :

npm i -g boost-react-start

Then you can create new projects with :

boost-react-start myProjectName

What i get with boost-react-start ?

  • An app based on create-react-app 2 (react, scss and so on)
  • A good practice project file architecture
  • React component preconfigured with routing
  • Redux préconfigured with store. Use react-saga to handle async redux actions.
  • Auth0 ready to use
  • GraphQL ready to use