Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 580 Bytes

File metadata and controls

45 lines (36 loc) · 580 Bytes

React starter

Containing:

  • webpack v4
  • redux-devtools v3
  • react-hot-loader v3
  • css-loader, less-loader
  • redux, react-redux
  • es6
  • dev server
  • production config and server
  • react-router v4

Usage

Create a config file

cp ./src/Config/config.example.json ./src/Config/config.json

Install the dependencies

yarn run dev

Running the development environment

yarn run dev

Building the app for production

yarn run build

Running the production server

yarn run prod

Prettify LESS and JS

yarn run prettify