Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 992 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 992 Bytes

create-sails is now in the boring-stack repo

The create-sails CLI has been moved to the boring-stack repo

Usage

npx create-sails@latest <project-name>

or

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.