https://github.com/rawnly/fastify-oauth
https://github.com/rawnly/fastify-oauth
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rawnly/fastify-oauth
- Owner: rawnly
- Created: 2021-07-02T01:00:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T10:06:22.000Z (almost 5 years ago)
- Last Synced: 2025-05-19T11:46:02.053Z (about 1 year ago)
- Language: TypeScript
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript Template
> Getting started with a new typescript project with ease
## Getting Started
```sh
git clone git@github.com/Rawnly:ts-template
cd ts-template
yarn # (or npm install)
```