https://github.com/naxmefy/firebase-hosting-with-ems-starter
Firebase Hosting Starter with EMS Support
https://github.com/naxmefy/firebase-hosting-with-ems-starter
Last synced: 3 months ago
JSON representation
Firebase Hosting Starter with EMS Support
- Host: GitHub
- URL: https://github.com/naxmefy/firebase-hosting-with-ems-starter
- Owner: naxmefy
- License: mit
- Created: 2016-05-30T09:48:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T12:44:12.000Z (about 9 years ago)
- Last Synced: 2025-01-16T01:16:32.392Z (5 months ago)
- Language: HTML
- Homepage: https://fir-hosting-example.firebaseapp.com/
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firebase-hosting-with-ems
[](https://app.wercker.com/project/bykey/864ce181464bc14f6dde2305bbc3d446)
[](https://gemnasium.com/github.com/naxmefy/firebase-hosting-with-ems-starter)
## Example running
[https://fir-hosting-example.firebaseapp.com/](https://fir-hosting-example.firebaseapp.com/)
## Installation
```
$ git clone [email protected]:naxmefy/firebase-hosting-with-ems-starter.git
$ cd firebase-hosting-with-ems-starter
$ npm install
```### Update target project
You can define the default target inside
[.firebaserc](https://github.com/naxmefy/firebase-hosting-with-ems-starter/blob/master/.firebaserc).## Usage
```
// Start Application with
$ npm start// or with nodemon for development
$ npm run dev
```## Information about Express Mincer SPA (EMS)
Documentation and more can be found [here](https://github.com/naxmefy/express-mincer-spa)
## Information about firebase hosting
Doucmentation and more can be found [here](https://www.firebase.com/docs/hosting/)
## Change 404 Page
Just update 404.jade inside views folder.