Setup your next app quickly with Firebase and Tailwind
git clone [email protected]:mirorac/vue-firebase-tailwind-boilerplate.git <you-app-folder-name>
cd <you-app-folder-name>
firebase init
When you choose to init functions, ask to overwrite the exidting codebase and answer N
to every option for rewriting files in functions/
folder. You can install npm
dependencies.
Create a new empty repository on github and push it there.
git init
git add .
git commit -m 'setup with boilerplate'
git remote add origin <url>
git push -u origin main
based on chidindu-ogbonna/cloud-functions-boilerplate, follow their README.md to setup