This project was bootstrapped with Create React App.
Full Stack - App Build - ReactJs, Firebase Functions
#To check the node version
node --version
#To download yarn
npm install -g yarn
#To create a new project
yarn create react-app ./
#To start building
yarn start
#To download Tailwind CSS
yarn add tailwindcss
#To initialize tailwindcss
yarn tailwindcss init
#To initialize the Firebase console
firebase init
#To start the server
npm run server