Skip to content

niuwanlu/3weeks-3pages-10th

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up environment and run project

Set up

  1. Need to install node.
  2. Have one package manager tool. Seems there already has a npm, when you installed node or you can install yarn by yourself.
  3. Run Command: npm install or yarn to install dependencies.

Run

  1. Run first week: npm run week1 or yarn week1.
  2. Run second week: npm run week2 or yarn week2.
  3. Run third week: npm run week3 or yarn week3.

PS: When the project is running and you change the source file then save, the page in brower can be auto-reloaded.

About

This repo is ready for 3weeks-3pages 9th.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%