项目作者: Marckon

项目描述 :
reconstruct v2ex based on React, antd, etc.
高级语言: JavaScript
项目地址: git://github.com/Marckon/V2EX_Reconstruct.git
创建时间: 2018-09-20T02:13:52Z
项目社区:https://github.com/Marckon/V2EX_Reconstruct

开源协议:

下载


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.

  1. npm install

Optionally, you can use

  1. cnpm install

instead, for a faster installation.

Build

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

  1. npm run build

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

Beginning

use

  1. npm run start

to run this project on your dev-server.