Simple mock API that allows for easier testing of the changes in data fetching & gatsby caching as part of the build process refactor.
$ npm install
$ npm run startTo make sure the app in running as expected, you can make a GET request to
todo
todo
# run with watch mode
$ npm run start:dev
# run in production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov