harwoodleon / react-start-kit

A boilerplate of SPA, built with React.js, Webpack, ES6+, Redux, Router, Babel, Express, Ant Design...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting start

  1. Clone this repo:
$ git clone https://github.com/jovey-zheng/react-start-kit.git
  1. Install dependenices:
$ npm i
  1. Start the project:
$ npm start               // default prot is 3000
$ PORT=80 npm start       // using `PORT` to customize port in the CLI
  1. Access browser: http://localhost:3000. Or start with minihost: h -n start npm start and then access: http://start.t.t

  2. Then do whatever you want : ).

Contributing

Pull requests are welcome!

LICENSE

License under MIT.

About

A boilerplate of SPA, built with React.js, Webpack, ES6+, Redux, Router, Babel, Express, Ant Design...

License:MIT License


Languages

Language:JavaScript 86.5%Language:CSS 11.3%Language:HTML 2.1%