[Firebase] Deploy you website to Firebase

时间:2021-04-10 21:10: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