flâneur — a map of the web's best reading

Create an SST app

sst.dev · 477 words · saved by 1 readers

Use the create-sst command to create a new SST app in your working directory.

Now that we have some background on SST and infrastructure as code , we are ready to create our first SST app! We are going to use a template SST project , it comes with a good monorepo setup. It’ll help us organize our frontend and APIs. Head over to — github.com/sst/monorepo-template , click Use this template > Create a new repository . Give your repository a name, in our case we are calling it notes . Next hit Create repository . Once your repository is created, copy the repository URL. Run the following in your working directory. $ git clone <REPO_URL> $ cd notes Use your app name in the t

Explore this link on the map →

related reading