Skip to content

mrtgm/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!

Releases

No releases published

Packages

No packages published

Languages

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