An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# gameofyear-firebase

## Run backend in local
```javascript
firebase serve
```

## Build in folder gameofyear-firebase/functions
```javascript
tsc --watch
```