Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jovey-zheng/react-start-kit

A boilerplate of SPA, built with React.js, Webpack, ES6+, Redux, Router, Babel, Express, Ant Design...
https://github.com/jovey-zheng/react-start-kit

ant-design babel react redux webpack

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## Getting start

1. Clone this repo:
```
$ git clone https://github.com/jovey-zheng/react-start-kit.git
```

2. Install dependenices:
```
$ npm i
```

3. Start the project:
```
$ npm start // default prot is 3000
$ PORT=80 npm start // using `PORT` to customize port in the CLI
```

4. Access browser: [http://localhost:3000](http://localhost:3000). Or start with [`minihost`](https://www.npmjs.com/package/minihost):
```
h -n start npm start
```
and then access: [http://start.t.t](http://start.t.t)

5. Then do whatever you want : ).

## Contributing

Pull requests are welcome!

## LICENSE

License under [MIT](https://github.com/jovey-zheng/react-start-kit/blob/master/LICENSE.md).