react-kit
react-kit copied to clipboard
Ready-to-go react App
DEPRECATED I'm archiving this repo. Create React App does a better job, is well maintained and support more options.
Do you prefer typescript ? If so, use the dedicated branch instead
Setup
This project was tested with nodejs version 8.9.4. You can easily install this version using nvm and then running
nvm install
and then install modules with
npm install
Scripts
The following scripts are available
| Name | Description |
|---|---|
| build | Alias for build:prod |
| build:dev | Create development bundle |
| build:prod | Create optimized production bundle |
| clean | Remove existing bundle and error files |
| lint | Run linter |
| lint:fix | Run linter and try to fix errors |
| start | Alias for start:dev |
| start:dev | Start developemnt server using development bundle |
| start:prod | Start production server using production bundle |