Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy to HEROKU or FIREBASE #60

Open
kamalkech opened this issue Feb 18, 2017 · 1 comment
Open

Deploy to HEROKU or FIREBASE #60

kamalkech opened this issue Feb 18, 2017 · 1 comment

Comments

@kamalkech
Copy link

Your documentation need to add how can deploy this starter in heroku / firebase servers

any idea ?

@vladotesanovic
Copy link
Owner

Install:

npm install -g firebase-tools

Create in project root:
firebase.json
.firebaserc

firebase.json

{
  "hosting": {
    "public": "dist"
  }
}

.firebaserc

{
  "projects": {
    "default": "yourProjectId"
  }
}

deploy it with:

firebase deploy -p ./dist

Repository owner locked and limited conversation to collaborators Aug 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants