1.8.0 • Published 9 years ago
startreact v1.8.0
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, copying dependencies, building and deploying
- Express server with customization and configuration including auth, logger, cor
- Components and Reducer tests Setup with tape and enzyme
- Nested React Router Setting
Npm scripts in the template
npm run test
: run testnpm run dev
: start the dev server and watch the files changingnpm run production
: run production servernpm run build
: build via webpack
1.8.0
9 years ago
1.7.0
9 years ago
1.6.0
9 years ago
1.5.1
9 years ago
1.5.0
9 years ago
1.4.0
9 years ago
1.3.3
9 years ago
1.3.1
9 years ago
1.3.0
9 years ago
1.2.0
9 years ago
1.1.6
9 years ago
1.1.5
9 years ago
1.1.4
9 years ago
1.1.3
9 years ago
1.1.2
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.4
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
10 years ago