zl程序教程

您现在的位置是:首页 >  其它

当前栏目

[Firebase] Deploy you website to Firebase

to you Deploy website firebase
2023-09-14 08:59:20 时间

If you are looking for a host website, you can try Firebase, heroku or AWS...

 

Today, I tried to deploy a simple website to Firebase, it looks like prettry simple to do that.

 

1. Install:

npm install -g firebase-tools

 

 

2. Go to your project root folder:

firebase init

 

3. Deploy

firebase deploy

 

4. Open the website

firebase open