Make a project folder

First let's make a folder to keep our project in. Open your terminal and navigate to a directory that you'd like to save this project to. Then we will create a directory and move into it.

mkdir sgg-quickstart
cd sgg-quickstart

Last updated

Was this helpful?