Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 704 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 704 Bytes

Hello! Silicon Valley

Build Status

preview

result_preview

Install dependencies

npm install

Run web server

npm start

Lint and fix

npm run lint

Run unit tests

npm test
# or
npm run test:unit

Watch tests

npm run watch