React Start Template
Installation
npm install -g startreact
Usage
startreact [project name]
// this will create a folder [project name] contains the template in current directory
About the Template
- CLI to generate start files
- Fully support ES6
- Reasonable file structure for React and Redux
- React Router support
- Built-in Redux dev tools and middlewares
- Full webpack setup for dev and production environment, including compiling JSX, different loaders, CSS module, Hot Module Reload, building and deploying
- Express server with customization and configuration including auth, logger, cor