/react-starter

Our starter template for immutable React applications with Redux.

Primary LanguageJavaScriptMIT LicenseMIT

React starter

DEPRECATED

This project is deprecated. Please use Create React App to bootstrap your React projects.

Code Climate Scrutinizer Code Quality StyleCI npm version npm downloads License

Starter template for React applications.

Building blocks

Install

Run the following command to install the dependencies:

npm install

Usage

Development server

Run the following command to start the development server:

npm start

Distribution build

Run the following command to build the distribution build:

npm run dist

Test

Run the following command to run the test suite:

npm test

Alternatively you can run the test suite in watch mode:

npm run test:watch

License

See LICENSE.