项目作者: alvinbhou

项目描述 :
React boilerplate with Babel, SASS, webpack-dev-server and react-router on board
高级语言: JavaScript
项目地址: git://github.com/alvinbhou/react-boilerplate.git
创建时间: 2018-09-09T16:54:32Z
项目社区:https://github.com/alvinbhou/react-boilerplate

开源协议:Other

下载


React Boilerplate

React boilerplate with Babel, SASS, webpack-dev-server and react-router on board

Ready to use Ant design UI components.

Screenshot

Requirements

You only need node.js pre-installed and you’re good to go.

Setup

Clone current directory

  1. $ git clone https://github.com/CryoliteZ/react-boilerplate.git

Install dependencies

  1. $ npm install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

  1. $ npm run dev

It supports hot reloading when you make a change.

Deployment

Build the current application

  1. $ npm run build

License

MIT License