Project Setup for Jest

Learn how to create a sample React project, which we will be working on for the rest of the course.

We'll cover the following

Creating a React project

First things first, let’s create a boilerplate React project. I am sure that you have Node installed if you are reading this,. But if not, head here, and install it.

Once you have Node installed, open your favourite terminal, navigate to a project directory (I called it educative-todo), and run this command:

$ npx create-react-app <YOUR APP NAME HERE>

After a few minutes, you will get this project structure:

Get hands-on with 1200+ tech skills courses.