Accessing the GitHub API with Sapper.
You can install dependencies and run the project in development mode with:
yarn install
yarn run devOpen up localhost:3000 to load the app.
To run tests use yarn test. To run the tests with code coverage use yarn test:cover.
To start a production version of the app, run yarn run build && yarn start. This will disable live reloading, and activate the appropriate bundler plugins.