// 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