Webpack&react project template.
Webpack&react 项目基础模板。
The template for developing with webpack, react, less.
使用webpack, react, less进行开发的基础模板。
- Clone to your local computer.
将仓库克隆至本地. - Enter the directory and run
npm install
.
进入目录,运行npm install
- Run 'npm run dev'.
运行npm run dev
- Open the browser and enter
http://localhost:8082
, you will see 'Hello World'!
打开浏览器,输入http://localhost:8082
,你会看到 "Hello World"。