Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 390 Bytes

File metadata and controls

12 lines (12 loc) · 390 Bytes

Before we can run the hotloader, 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 hotloader, which if you recall from past workshops, we do with the following

npm run hotloader