react-boilerplate icon indicating copy to clipboard operation
react-boilerplate copied to clipboard

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

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