Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 378 Bytes

step1.md

File metadata and controls

12 lines (12 loc) · 378 Bytes

Before we can run the client, we need to make sure that we actually navigate inside the folder first! To do so, we run

cd todo-react/

After that, we actually need to install some packages (like React!), to make this project run

npm install

Finally, we can then run the client, which if you recall from past workshops, we do with the following

npm run dev