it is reference to parcel-react, and it includes
- es6
- es7
- async / await
- axios
- react and react dom
- node v10.15.x is required
- npm 6.5.x is required
$ cd $PROJECT_ROOT_PATH
$ npm install
$ npm start
it will start a server with 3000
port
$ open http://localhost:3000
npm run build
and you can build with no-minify or no-cache
npm run build:no-cache
npm run build:no-minify
MIT Auth: clonn