react-starter icon indicating copy to clipboard operation
react-starter copied to clipboard

Starter kit for React.

Repo Archived

Use this instead
React Boilerplate

React Starter

Build Status Code Climate

Simple starter kit for React projects.

Comes with:

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