2.8 Set up part 1 project code base
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.
- npm install
- npm start
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.