Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 676 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 676 Bytes

douyu-react

douyu website which is written in React, JUST FOR FUN!

Setup

  • npm install Install dependent node modules
  • npm run server Boot development server, you can access http://localhost:8080 to view the page
  • npm run dev Deploy development to dist directory
  • npm run watch Deploy development to dist directory, also it provide watch ablitiy
  • npm run prod Deploy prodcuct to dist directory

Comparison

you can compare with my another github repository douyu-vue to check the difference between these two framework.