Skip to content
Fred Chien edited this page Oct 6, 2015 · 2 revisions

Basic Requirement

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

Step 1: Install Dependencies

Using NPM to download and install modules we need.

npm install .

Step 2: Build

We have to use webpack to compile and combine all of front-end source code, generate some required files for application running.

webpack

Step 3: Start The Service

Run app.js with Node.js to start the service.

node app.js