Skip to content

trevornei/firebase-fundamentals-frontend-masters

 
 

Repository files navigation

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

Firebase-Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 42.6%
  • Astro 23.8%
  • JavaScript 21.9%
  • TypeScript 5.3%
  • HTML 4.8%
  • CSS 1.3%
  • Shell 0.3%