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
- Host: GitHub
- URL: https://github.com/king-prawns/firebase-sfs
- Owner: king-prawns
- License: mit
- Created: 2017-09-01T09:59:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T09:05:29.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T15:28:15.590Z (over 1 year ago)
- Topics: firebase, sfs
- Language: JavaScript
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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.