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

https://github.com/tilakkhatri/test-firebase-deploy

Testing deployment with firebase
https://github.com/tilakkhatri/test-firebase-deploy

firebase reactjs

Last synced: about 2 months ago
JSON representation

Testing deployment with firebase

Awesome Lists containing this project

README

          

# test-firebase-deploy
Testing deployment with firebase
## How to deploy full stack web with firebase
Follow following steps:
1. To get started, we'll download firebase-tools via npm:
```
npm install -g firebase-tools
```

2. Login with firebase account
```
firebase login
```

3. Initialize your project
To connect local project files to firebase project run following command.
```
firebase init
```

######## #### ######## ######## ######## ### ###### ########
## ## ## ## ## ## ## ## ## ## ##
###### ## ######## ###### ######## ######### ###### ######
## ## ## ## ## ## ## ## ## ## ##
## #### ## ## ######## ######## ## ## ###### ########

### Project Setup
First, let's associate this project directory with a Firebase project.
You can create multiple project aliases by running firebase use --add,
but for now we'll just set up a default project.
### Comming soon.