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

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

Awesome Lists containing this project

README

        

# firebase-hosting-with-ems

[![wercker status](https://app.wercker.com/status/864ce181464bc14f6dde2305bbc3d446/m "wercker status")](https://app.wercker.com/project/bykey/864ce181464bc14f6dde2305bbc3d446)

[![Dependency Status](https://gemnasium.com/badges/github.com/naxmefy/firebase-hosting-with-ems-starter.svg)](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.