#MEGO-ISSUE
Just for fun to develop this. React, Express, Cordova etc.
First, clone the repo via git:
git clone https://github.com/sunwenteng/mego-issue.git your-project-nameAnd then install dependencies.
$ cd your-project-name && npm installRun this two commands simultaneously in different console tabs.
$ npm run prodcuntion
$ npm run startor run one command to enter dev mode
$ npm run hot-serverNote: requires a node version >= 4 and an npm version >= 2.
Open browser and type: http://localhost:3000/
MIT © sunwenteng