You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have some background on SST and _infrastructure as code_, we are ready to create our first SST app!
17
17
18
-
We are going to use a [template SST project][Template], it comes with a good monorepo setup. It'll help us organize our frontend and APIs.
18
+
We are going to use a [template SST project][Template]{:target="_blank"}, it comes with a good monorepo setup. It'll help us organize our frontend and APIs.
19
19
20
-
Head over to — [**github.com/sst/monorepo-template**][Template], click **Use this template** > **Create a new repository**.
20
+
Head over to — [**github.com/sst/monorepo-template**][Template]{:target="_blank"}, click **Use this template** > **Create a new repository**.
21
21
22
22

23
23
@@ -92,4 +92,4 @@ Later on we'll be adding a `packages/frontend/` directory for our React app.
92
92
93
93
The starter project that's created is defining a simple _Hello World_ API. In the next chapter, we'll be deploying it and running it locally.
0 commit comments