-
Start a Firebase Project
Go ahead and create a new Firebase project.
-
Configure Firebase
Navigate into your new site’s directory and set up your environments.
cp .env.template .env.development cp .env.template .env.production
Fill in the required variable with your Firebase project settings.
-
Start development environment!
npm start
Your site is now running at
http://localhost:8000
! -
Build it!
npm run build
Spoiler... it will fail.