/react-boilerplate

Boilerplate for our React applications

Primary LanguageJavaScriptMIT LicenseMIT

React Boilerplate by Nord Software

Boilerplate for our React applications.

What's in the box?

Usage

Install dependencies

yarn

Start the development server

npm start

Compile the distribution build

npm run compile

Test

Run the test suite

npm test

Run the test suit in watch mode

npm run test:watch

Generate the test coverage report

npm run test:coverage

License

See LICENSE.