Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 216 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 216 Bytes

React workshop

Installation

Gulp will be needed:

npm install -g gulp

Install project dependencies:

npm install

Run local server:

gulp dev-server

open http://localhost:4000