boost-react-start
Installation :
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