Use this instead
React Boilerplate
Simple starter kit for React projects.
Comes with:
- Webpack
- React Router
- ES7 Async/Await
- Hot Module Replacement
- SASS/CSS Support
- Axios HTTP Client
- Jest for Testing
- Dotenv for Environment Configurations
Clone the repository and install dependencies using yarn.
$ git clone git@github.com:pratishshr/react-starter.git <project-name>
$ cd <project-name>
$ yarnStart the application in development mode using yarn start
The following commands are available:
| Name | Description |
|---|---|
| start | Start application using webpack-dev-server |
| lint | Run linter |
| lint:fix | Run linter and try to fix errors |
| test | Run tests |
| test:coverage | Run tests and show code coverage report |
| build | Development build |
| build:production | Production build |
Run a command using yarn <command:name>
For contributions and feature requests, please create an issue.