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

https://github.com/king-prawns/firebase-sfs

Firebase Start from scratch
https://github.com/king-prawns/firebase-sfs

firebase sfs

Last synced: 2 months ago
JSON representation

Firebase Start from scratch

Awesome Lists containing this project

README

          

# Firebase-SFS
Firebase - Start from scratch

## Installation
- Install Node.js

Go to [Node website](https://nodejs.org/en/)

- Clone or Download the project

- Install dependencies
```
$ cd my-project
$ npm install
```

## Usage
a) for dev build
```
$ cd my-project
$ npm run dev
```

b) for prod build

```
$ cd my-project
$ npm run build
```

Install [http-server](https://github.com/indexzero/http-server)

A command-line http server
```
$ npm install -g http-server
```
then

```
$ cd my-project\dist
http-server
```

- Go to localhost

a) for dev build: [localhost:8000](http://localhost:8000/)

b) for prod build: [localhost:8080](http://localhost:8080/)

## Features

- [Firebase](https://firebase.google.com/)

## Conclusion

This is just a simple example with Firebase.