This repository was archived by the owner on Nov 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,4 +8,30 @@ Integrated Development Environment for build Progressive Web Application (PWA) b
88``` sh
99npm install -g yarn
1010yarn global add serve
11- ```
11+ ```
12+
13+ ## Publish (Firebase)
14+ 1 . Open cmd/terminal on your computer.
15+ 2 . Install firebase tools using bellow command.
16+ ``` sh
17+ npm install -g firebase-tools
18+ ```
19+ 3 . Login to firebase user cmd/terminal on your computer.
20+ ``` sh
21+ firebase login
22+ ```
23+ 4 . Open Your Project on Pro7.
24+ 5 . Access Terminal from your Project on Pro7.
25+ 6 . Registering your app to firebase using bellow command.
26+ ``` sh
27+ firebase init
28+ ```
29+ 7 . Choose Hosting
30+ 8 . Answer question with the example below.
31+ ``` sh
32+ ? What do you want to use as your public directory? www
33+ ? Configure as a single-page app (rewrite all urls to /index.html)? Yes
34+ ? File www/index.html already exists. Overwrite? No
35+ ```
36+ 9 . Klik Firebase Deploy from your Project on Pro7.
37+ 10 . Access the link show on your Project Terminal.
You can’t perform that action at this time.
0 commit comments