Wordle-inspired game based on pokemon to guess
-
Frontend:
-
Backend:
- Node.js
- Typescript
- Express
-
Services:
- Firebase
- Authentication
- Database: Firestore NoSQL Database
- Firebase
- Node.js (>=20 recommended)
- PNPM
In the root:
pnpm ito install dependeciespnpm buildto build the projects (backend & frontend)
Before running locally, please follow the README of the backend project to setup Firebase config files and then:
pnpm devto test it locally: will run both frontend and backend, relatively at http://localhost:8080 and http://localhost:3000