DEV Community

Cover image for How To Host Website On Google Firebase
krishna kakade
krishna kakade

Posted on Edited on

How To Host Website On Google Firebase

Steps

Simply this is a todolist website created in html/css/javascript

Deployed on google firebase
simple operations like adding items to the todolist and clearing all todo items this all you can to with this website
Firebase hosting steps

Step 1

install nodejs on your machine


Step2

npm install -g firebase-tools


Step 3

firebase login


then cd dir to your main project file initiliase firebase overtheir

firebase init


Last Step

firebase deploy

freedeployment on firebase notethat you can get code in folder Todo/public/public in that main html files are overtheir

website Link

Author

For Regular Updates Follow Me On Twitter

Top comments (0)