Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 476 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 476 Bytes

react-demo

This project is created to show the full structure of a react aplication

Live Demo

For a live demo visit: beligante.github.io/react-demo

Installation

npm install

Daily Usage

npm start

It will start a webserver at http://localhost:3000.

For Deploy:

npm run build

It will creat a dist folder that contains all the minified code for the project