All Projects → digiaonline → react-starter

digiaonline / react-starter

Licence: MIT license
Our starter template for immutable React applications with Redux.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].