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

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

Awesome Lists containing this project

README

        

# Quick React
[![CircleCI](https://circleci.com/gh/ahmednuaman/quick-react.svg?style=svg)](https://circleci.com/gh/ahmednuaman/quick-react) [![Build status](https://ci.appveyor.com/api/projects/status/ttfb21u5dxy4ryf7?svg=true)](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
```