Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/jovey-zheng/react-start-kit
- Owner: jovey-zheng
- License: mit
- Created: 2016-01-25T09:48:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T08:47:00.000Z (almost 8 years ago)
- Last Synced: 2024-11-18T22:30:45.420Z (about 2 months ago)
- Topics: ant-design, babel, react, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 109
- Watchers: 3
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ant-design - React Start Kit - SPA Boilerplate built with React, Webpack, ES6+, Redux, Router, Babel, Express, Ant Design. (Boilerplates / Themes)
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).