Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
1. Installation Instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
taufiksu committed May 21, 2020
1 parent baccb08 commit 81ff7ca
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,30 @@ Integrated Development Environment for build Progressive Web Application (PWA) b
```sh
npm install -g yarn
yarn global add serve
```
```

## Publish (Firebase)
1. Open cmd/terminal on your computer.
2. Install firebase tools using bellow command.
```sh
npm install -g firebase-tools
```
3. Login to firebase user cmd/terminal on your computer.
```sh
firebase login
```
4. Open Your Project on Pro7.
5. Access Terminal from your Project on Pro7.
6. Registering your app to firebase using bellow command.
```sh
firebase init
```
7. Choose Hosting
8. Answer question with the example below.
```sh
? What do you want to use as your public directory? www
? Configure as a single-page app (rewrite all urls to /index.html)? Yes
? File www/index.html already exists. Overwrite? No
```
9. Klik Firebase Deploy from your Project on Pro7.
10. Access the link show on your Project Terminal.

0 comments on commit 81ff7ca

Please sign in to comment.