https://github.com/fullstop000/react-webpack2-startkit
A simple startkit build by Webpack using React
https://github.com/fullstop000/react-webpack2-startkit
Last synced: 3 months ago
JSON representation
A simple startkit build by Webpack using React
- Host: GitHub
- URL: https://github.com/fullstop000/react-webpack2-startkit
- Owner: Fullstop000
- Created: 2017-01-28T14:18:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T13:57:03.000Z (over 9 years ago)
- Last Synced: 2025-03-20T10:45:18.445Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-webpack-simple-startkit
A simplest app built by [Webpack2](http://webpack.js.org/) using [React](https://facebook.github.io/react/)
## Installation
* Make sure you have a global support for webpack
* Run `npm install`
* Run `npm run dev`
* Open `localhost:8080`
* Enjoy the React HMR
# License
[MIT Licensed.](https://opensource.org/licenses/MIT) Copyright (c) 2017 Fullstop000.