react-starter
react-starter copied to clipboard
Starter kit for React.
Repo Archived
Use this instead
React Boilerplate
React Starter
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
Install
Clone the repository and install dependencies using yarn.
$ git clone [email protected]:pratishshr/react-starter.git <project-name>
$ cd <project-name>
$ yarn
Start the application in development mode using yarn start
Scripts
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>
Contribution
For contributions and feature requests, please create an issue.
License
MIT