Getting started
To get started with The Boring JavaScript Stack, use create-sails
— a CLI tool that scaffolds a new Sails project, configured as a full-stack JavaScript application with The Boring Stack conventions:
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:
- Open your project in your code editor and explore.
- Begin by learning the basics, such as routing and navigation.
Official Sails VS Code extension
Install the official Sails extension which provides editor tooling support for Sails and The Boring JavaScript Stack.
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.