Setting Up a New Gatsby Project: Lark

Learn how to create a fresh Gatsby site using the CLI.

We'll cover the following

For this course, let’s build a basic version of a portfolio-cum-blog. We’ll implement a portfolio to list the works done, and a blog with a draft feature, both with minimal styling.

Let’s name this project Lark.

Creating the project

To start with Lark, open the terminal and cd into your preferred code folder. The next step is to instruct Gatsby to create our project. We can do this by running the following command:

Get hands-on with 1200+ tech skills courses.