Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1014 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 1014 Bytes

This project was bootstrapped with Create React App.

We ejected and changed some unused stuff for a leaner setup:

  • webpack-dev-middleware instead of webpack-dev-server
  • use standard for syntax
  • mocha test

Available Scripts

In the project directory, you can run:

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

npm run dev

This is development mode. Changes in React code are hot-reloaded by webpack-hot-middleware, the rest is watched by nodemon.

You need to explicitly set node mode (NODE_ENV) to development, if you run dev mode manualy.

npm test

This runs a test suite:

  • standard check of syntax
  • production build of the web app
  • mocha test suite