Skip to content
Eugene Obrezkov edited this page Feb 17, 2015 · 7 revisions

First of all, you need install yeoman and generator:

npm install -g yo generator-sails-rest-api

Then create project directory and initiate the generator:

mkdir my-project
cd my-project
yo sails-rest-api
Clone this wiki locally