Skip to content

Basic Usage

sh
npx create-sails <project-name>

or

sh
npm init sails

What you will get with this scaffolding:

Configuration

This scaffolding uses Webpack 5 for managing your Frontend assets. This is done via a project level hook called webpack which you can find in config/webpack.js. You can edit this file if you are familiar with Webpack or you want something more custom. But out of the box this should be good to go for 90% of projects

All open source projects are released under the MIT License.