/react-boilerplate

Boilerplate for React 16.3 + ES6(with Optional Chaining) + Customizable Bootstrap 4 + Material-UI etc.

Primary LanguageJavaScript

React 16.3 Boilerplate

Install

Install dependencies.

$ npm install

Start

This script runs the webpack-dev-server that provides live reloading.

$ npm start

The default port of this server is 5000.

Test

test with jest

$ npm run test

Build

build production

$ npm run dist