标签:
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
[Firebase] Deploy you website to Firebase
标签:
原文地址:http://www.cnblogs.com/Answer1215/p/5494408.html