- Need to install node.
- Have one package manager tool. Seems there already has a npm, when you installed node or you can install yarn by yourself.
- Run Command:
npm install
oryarn
to install dependencies.
- Run first week:
npm run week1
oryarn week1
. - Run second week:
npm run week2
oryarn week2
. - Run third week:
npm run week3
oryarn week3
.
PS: When the project is running and you change the source file then save, the page in brower can be auto-reloaded.