Skip to content

Initial Setup

Mali Mukesh edited this page May 3, 2016 · 2 revisions

Initial Setup

  1. clone node-frame repository to your machine
  2. go to node-frame folder
  3. run command npm install
  4. create mysql database nodeframe_dev
  5. run command node dbSync.js
  6. run command node --harmony_rest_parameters server.js

Clone this wiki locally