JavaScript Enterprise Framework based on egg.js and React.js
First be sure you have MongoDB and Node.js v8 installed.
Start MongoDB service
mongod
Run Mongo script to initialize database
npm run data
Download and install ImageMagick, because npm package 'gm' requires this.
Then install all dependencies
npm install
Using React 16
npm install react-async-component@1.0.2
Start backend development server
npm run dev
Start frontend development server
npm start
Build web application
npm run build