Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 220 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 220 Bytes

React.js App Template

setup

$ npm install

start

$ npm start

open browser to http://localhost:3000

tests

Tests are ran using Jest.

$ npm test