Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 252 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 252 Bytes

react-elevator

To setup locally

### clone the repository
### execute "npm install"

To launch unit tests from console

### execute "npm test"

To launch in browser

### execute "npm run start"
### Open in browser "http://localhost:8080"