This project was bootstrapped with Create React App.
Make sure to add GENERATE_SOURCEMAP=false in the .env file
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
- CSS: CSS module with tailwind
- Routing with React Router: https://reacttraining.com/react-router/web/guides/quick-start
- PWA: https://create-react-app.dev/docs/making-a-progressive-web-app
- Fetch for API calls
npm install -g firebase-tools
firebase login
yarn build-prod
firebase deploy