Skip to content

Marckon/V2EX_Reconstruct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V2EX Reconstruction

SKILL STACK

React Ant Design Webpack

This is a self learning project, however, you are very welcome to propose any suggestion or advice.

Initial

To start this project, you need to run the following command initially.

npm install

Optionally, you can use

cnpm install

instead, for a faster installation.

Build

Bundle.js file will appear once you build the project first.

npm run build

Whenever you reedit the webpack.[option].config.js you need to rebuild the project.

Beginning

use

npm run start

to run this project on your dev-server.

Releases

No releases published

Packages

No packages published