Search⌘ K
AI Features

2.8 Set up part 1 project code base

Explore how to set up the initial project code base by cloning a repository and running the app. This lesson prepares you to manage state with Redux in React by getting the Tesla Battery Range Calculator up and running smoothly.

We'll cover the following...

If you want to go directly to part 2 without looking at part 1, you need to build the codebase first by cloning the part 1 code.

After the npm start, let’s make sure the application works.

widget
  • npm install
widget
  • npm start
widget