Awesome
Getting start
- Clone this repo:
$ git clone https://github.com/jovey-zheng/react-start-kit.git
- Install dependenices:
$ npm i
- Start the project:
$ npm start // default prot is 3000
$ PORT=80 npm start // using `PORT` to customize port in the CLI
-
Access browser: http://localhost:3000. Or start with
minihost
:h -n start npm start
and then access: http://start.t.t -
Then do whatever you want : ).
Contributing
Pull requests are welcome!
LICENSE
License under MIT.