Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 681 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 681 Bytes

Getting Started with Create React App

This project was bootstrapped with Create React App.

Full Stack - App Build - ReactJs, Firebase Functions

This is the Project Thumbnail

#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