Skip to content

jovey-zheng/react-start-kit

Repository files navigation

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...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published