New Project Checklist
HTML, CSS, JavaScript and Firebase
Project Management
Register New App on Web Applicaations Big Picture Development Checklist
Prepare Data Model
Prepare Project Plan, Category in 2DoReview or Google Word Document
Create Project
Create a folder on my PC for my new project.
Launch Firebase Console
Click on Go To Console
Click Add Project, Enter Name and Click Continue
Create a Project, Step 2 of 2, Select Not Right Now. You can change this later. Select Create Project
You should get the message "Your new project is ready". Select Continue
Right click on the Windows folder you created in step 1 and select open with Visual Studio Code.
Open VSC Terminal
Run Firebase Login
Run Firebase Init
Are you ready to proceed? Select Yes
Select which Firebase features you want to install via the CLI. Press Enter
Select use an existing project.
Arrow down and select your project you created in steps above.
Use the default database.rules.json by pressing enter.
Use public as your directory name.
Select N to confirm this is not a single page application.
You should get the message "Firebase initialization complete!."
Confirm you now have a public folder in your application directory. This folder should have 2 files, 404.html and index.html
Confirm you now have the following files in the root directory of your project. .firebaserc, .gitignore, database.rules.json, firebase.json.
Add a web app, in Firebase Console
Add Bootstrap Links to the Index.html file.
Bootswatch Yeti
Font Awesome
Firebase Deploy
Add Hosted Link to Web Applications Big Picture Development Checklist