[Firebase] Deploy you website to Firebase

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

 

posted @ 2016-05-15 03:56  Zhentiw  阅读(264)  评论(0)    收藏  举报