Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

Latest commit

 

History

History
33 lines (28 loc) · 1.55 KB

File metadata and controls

33 lines (28 loc) · 1.55 KB

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