Skip to content

Getting started

Simply run the below command in your terminal to get started:

sh
npx create-sails project-name --vue
sh
npx create-sails project-name --react
sh
npx create-sails project-name --svelte

INFO

Make sure to replace project-name with the name of your project.

Then cd into your project and run npm i:

sh
cd project-name && npm i

Start your app

To start you app simply run:

sh
npm run dev

sails lift

You can also run your app with npx sails l.

What's next?

For next steps, you have two options:

  1. Open your project in your code editor and explore.
  2. Begin by learning the basics, such as routing and navigation.

Sailboat VS Code extension

Install the Sailboat extension which provides tooling for Sails.

Star the repo ⭐

Star The Boring JavaScript Stack repo on GitHub ⭐

If The Boring JavaScript Stack speaks to you, show it some love with a star on GitHub.

All open source projects are released under the MIT License.