Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 330 Bytes

React Demo

A web demo of React to get started with React easily


Requirements

For development, you will only need Node.js and npm.

Install

$ git clone https://github.com/leoflood/react-demo
$ cd react-demo
$ npm install

Build

$ npm run build

Start

$ npm start