Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Getting Started

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