A simple CLI create-sst
that sets up a modern web application powered by SST
Usage
There's no need install this CLI. Just use it directly to create your projects.
With npx.
npx create-sst@latest
Or with npm 6+
npm init sst
Or with Yarn 0.25+
yarn create sst
Or with PNPM
pnpm create sst
This will prompt you for a folder name and bootstrap the application in that directory.
Options
Pass in the following (optional) options.
--template
Instead of the standard starter, you can choose to use one of our minimal setups or examples as the template to bootstrap.
npx create-sst@latest --template=other/go
Arguments
<destination>
Specify a project name, instead of typing it into the interactive prompt.
npx create-sst@latest my-sst-app
For more details, head over to our docs.
Join our community Discord | YouTube | Twitter