alejandronanez / firebase-fundamentals-frontend-masters

Home Page:https://frontendmasters.com/courses/firebase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Masters + Firebase!

The source materials and companion site

Download these first

Setup the companion guide

cd guide
npm i
npm run dev

The course structure

Each section of the course is numered and has it's own accompanying package.json to install dependencies and run the demos. Within each section you'll find a start and final folder showing the beginning code state and then the complete state as well. To run any of these folders:

# Use whatever section you need
cd ./1-fast-but-not-good-setup/start
npm i
npm run dev

Happy coding!

About

https://frontendmasters.com/courses/firebase/


Languages

Language:Vue 41.5%Language:Astro 25.3%Language:JavaScript 20.8%Language:TypeScript 5.7%Language:HTML 5.1%Language:CSS 1.3%Language:Shell 0.3%