Skip to content

ahmednuaman/quick-react

Repository files navigation

Quick React

CircleCI Build status

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

npm i -g yarn
yarn install
npm start