djaxho / react-boilerplate

Boilerplate for our React applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Boilerplate for our React applications

License:MIT License


Languages

Language:JavaScript 94.7%Language:HTML 2.7%Language:CSS 2.5%