Based on a course from Freecodecamp's YouTube's Channel.
Create React App - https://es.reactjs.org/docs/create-a-new-react-app.html
Tailwind CSS - https://tailwindcss.com
Firebase - https://firebase.google.com
Link to course - https://www.youtube.com/watch?v=mDgEqoQUBgk
Node.js v14.10.1
Recomended to install pnpm:
npm install -g pnpm@^6.3.0
pnpm downloads packages and stores it in a local package container folder, then create symbolic links between projects in order to save space.
How to start:
- Clone Repository
- Run
pnpm i
- Rename firebase.config-template.json to firebase.config.json
- Replace values in firebase.config.json to your Firebase's config data.
pnpm start
pnpm build
pnpm init
pnpm init:hosting
pnpm emulate