Another way to see your repositories on GitHub and navigate to them, using public API from GitHub.
- Clone this repository.
- Go to cd backend and
npm install
, to install the dependencies andnpm run dev
to start. - Go to cd frontend and
npm install
andnpm start
to start. - Open
http://localhost:3000
, in browser. - There is a limit on requests to the GitHub public API, which is 60 per hour, so if you are going to test be careful. :v
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
- Commit changes:
git commit -m 'feat: My new feature'
- Push branch:
git push origin my-feature
MIT license. See license on LICENSE