# nuxt-firebase

> Nuxt.js with Firebase (REST API)

[DEMO](https://nuxt-firebase.now.sh/)

## About

This project uses [Firebase](https://firebase.google.com/). The tools and infrastructure you need to build better apps and grow successful businesses.

You can view the Firebase data at [https://nuxt-firebase.firebaseio.com/.json](https://nuxt-firebase.firebaseio.com/.json). This is what the App will consume.

## Getting Started

Download this example [or clone the repo](https://github.com/nuxt/nuxt.js):

```bash
curl https://codeload.github.com/nuxt/nuxt.js/tar.gz/master | tar -xz --strip=2 nuxt.js-master/examples/with-firebase
cd with-firebase
```

Install and run:

```bash
npm install
npm run dev

# or with Yarn
yarn
yarn dev
```