Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tynes/react-starterkit
A starter kit that comes with react and webpack, ready to go
https://github.com/tynes/react-starterkit
Last synced: 9 days ago
JSON representation
A starter kit that comes with react and webpack, ready to go
- Host: GitHub
- URL: https://github.com/tynes/react-starterkit
- Owner: tynes
- Created: 2016-09-06T00:52:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T00:57:25.000Z (over 8 years ago)
- Last Synced: 2024-11-06T18:01:09.576Z (about 2 months ago)
- Language: JavaScript
- Size: 494 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Starterkit
Comes with React and Webpack!
To start the server:
```
npm run serve
```To have webpack watch:
```
npm run watch
```This template is ready to be forked and quickly turned into something!
The Webpack config is based on the [Survive JS Webpack Guide](http://survivejs.com/webpack/introduction/)
Next is to implement hot reloading