Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

theantichris/sapper-github-api

Repository files navigation

sapper-github-api

Accessing the GitHub API with Sapper.

Development

Running the project

You can install dependencies and run the project in development mode with:

yarn install
yarn run dev

Open up localhost:3000 to load the app.

Testing the project

To run tests use yarn test. To run the tests with code coverage use yarn test:cover.

Production mode and deployment

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.

About

Accessing the GitHub API with Sapper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors