Getting started with Sails.js

Simple Mac tutorials on Sails.js framework

Parker Agee
Sails.js Development
1 min readJan 12, 2014

--

1. Download Sails.js

The first step is to open your terminal and type:

2. Create new project

Now, in your terminal, type:

3. Open project in browser

Finally, in your terminal, type:

in order to move to that folder on your machine.

Now, type

in your terminal and you should be able to open your browser to localhost:1337 and see your Sails project welcome page.

--

--