douyu website which is written in React, JUST FOR FUN!
npm install
Install dependent node modulesnpm run server
Boot development server, you can accesshttp://localhost:8080
to view the pagenpm run dev
Deploy development todist
directorynpm run watch
Deploy development todist
directory, also it provide watch ablitiynpm run prod
Deploy prodcuct todist
directory
you can compare with my another github repository douyu-vue to check the difference between these two framework.