Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryosk7/growtrees-ex

Nust.js and Firebase app on Docker.
https://github.com/ryosk7/growtrees-ex

docker docker-compose firebase nuxtjs

Last synced: about 1 month ago
JSON representation

Nust.js and Firebase app on Docker.

Awesome Lists containing this project

README

        

# growing-trees-ex
Firebase hosting site is here [growing-trees-ex](https://grow-trees-ex.firebaseapp.com/).
> Nuxt.js and Firebase Studing.

## Build Setup
``` bash
# First, build to Docker and npm install
$ docker-compose build
$ docker-compose run nuxt npm install

# Second, enter to Docker container
$ docker-compose run nuxt sh

# Third, login to Firebase and nuxt generate
(docker)$ firebase login --no-localhost
(docker)$ npm run generat

# Then, deploy on Firebase
(docker)$ firebase init
(docker)$ firebase deploy
```
Done! :fire::whale: