https://github.com/jonanv/gameofyear-firebase
Backend of gameofyear-angularjs
https://github.com/jonanv/gameofyear-firebase
backend cors express firebase firebase-functions typescript
Last synced: about 2 months ago
JSON representation
Backend of gameofyear-angularjs
- Host: GitHub
- URL: https://github.com/jonanv/gameofyear-firebase
- Owner: jonanv
- Created: 2021-04-03T00:25:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T06:13:43.000Z (about 5 years ago)
- Last Synced: 2025-01-10T05:39:43.427Z (over 1 year ago)
- Topics: backend, cors, express, firebase, firebase-functions, typescript
- Language: TypeScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gameofyear-firebase
## Run backend in local
```javascript
firebase serve
```
## Build in folder gameofyear-firebase/functions
```javascript
tsc --watch
```