-
Notifications
You must be signed in to change notification settings - Fork 16
Installation Guide
Fred Chien edited this page Oct 6, 2015
·
2 revisions
In order to widely use new features of ECMAScript and technologies, the system environment are required.
- Node.js 0.12+ or io.js
- MongoDB
- Webpack
Using NPM to download and install modules we need.
npm install .
We have to use webpack to compile and combine all of front-end source code, generate some required files for application running.
webpack
Run app.js with Node.js to start the service.
node app.js