/react-boilerplate

A boilerplate to start a client-side project using React.

Primary LanguageJavaScriptMIT LicenseMIT

React boilerplate

A boilerplate to start a client-side project using React.

Features

Tools

Hot Module Replacement (HMR) in action

ScreenShot

As you can see the HMR is working without reloading the page for React components and styles.

Getting started

$ git clone https://github.com/rbartoli/react-boilerplate.git
$ npm i
$ npm start