Skip to content
This repository was archived by the owner on Feb 12, 2020. It is now read-only.

Latest commit

 

History

History
73 lines (50 loc) · 2.18 KB

File metadata and controls

73 lines (50 loc) · 2.18 KB

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.