https://github.com/ahmednuaman/quick-react
https://github.com/ahmednuaman/quick-react
boilerplate browsersync hot-reload quickstart react webpack
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmednuaman/quick-react
- Owner: ahmednuaman
- License: mit
- Created: 2017-04-18T13:06:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T18:10:36.000Z (about 8 years ago)
- Last Synced: 2025-02-10T14:09:11.085Z (4 months ago)
- Topics: boilerplate, browsersync, hot-reload, quickstart, react, webpack
- Language: JavaScript
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick React
[](https://circleci.com/gh/ahmednuaman/quick-react) [](https://ci.appveyor.com/project/ahmednuaman/quick-react)> It does what it says on the tin
## Why?
Why not? This is a _very_ simple and small set up for using React. It's got all the goodies for you including:- Browser Sync (with HMR)
- Webpack
- CSS Modules
- Standard JS## Getting started
```bash
npm i -g yarn
yarn install
npm start
```