Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active July 27, 2016 09:41
Show Gist options
  • Save clonn/12d0170bfe053d09247d08eed53fa44e to your computer and use it in GitHub Desktop.
Save clonn/12d0170bfe053d09247d08eed53fa44e to your computer and use it in GitHub Desktop.
sails new a project
npm install -g sails
npm install -g grunt-cli
npm install -g bower
sails new demo
cd demo
npm install
sails generate api User
npm start 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment