Skip to content

Instantly share code, notes, and snippets.

@arvidsson
Last active June 21, 2023 11:18
Show Gist options
  • Save arvidsson/b2257735241baed4b41a82d7e83b1a58 to your computer and use it in GitHub Desktop.
Save arvidsson/b2257735241baed4b41a82d7e83b1a58 to your computer and use it in GitHub Desktop.

Install

  • Setup firebase project, auth and firestore
  • npx create-react-app <my-app> --template typescript
  • npm install --save react-router-dom
  • npm install -D tailwindcss
  • npx tailwindcss init (https://tailwindcss.com/docs/guides/create-react-app)
  • npm install firebase
  • create firebase config (gcp console)

Commands

  • Run server: npm start
  • Build for production: npm run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment