This project was bootstrapped with Create React App.
We ejected and changed some unused stuff for a leaner setup:
webpack-dev-middleware
instead ofwebpack-dev-server
- use
standard
for syntax mocha
test
In the project directory, you can run:
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!
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.
This runs a test suite:
standard
check of syntax- production build of the web app
mocha
test suite