Currently the application is using randomly generated dummy data.
run npm test
to run tests onces
run npm run test:watch
to automatically run test upon code changes
run npm start
to start a local development server on port 8080
.
(Visit http://localhost:8080/ to view app)