angular2-express-starter
angular2-express-starter copied to clipboard
Deploy to HEROKU or FIREBASE
Your documentation need to add how can deploy this starter in heroku / firebase servers
any idea ?
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