// Sails makes it easy to build custom, enterprise-grade Node.js apps.
//Install Sails
npm install sails -g
//Create your app
sails new test-project
//Then, to take a look at your new Sails app:
cd test-project
sails lift
Sails.js is a model–view–controller web application
framework developed atop the Node.js environment,
released as free and open-source software under the MIT License.
It is designed to make it easy to build custom, enterprise-grade
Node.js web applications and APIs.