A template for a TypeScript frontend.
- React as the framework
- Vite as the bundler
- Style enforced with ESLint
This app expects the following endpoints:
POST /login, accepting inputsusernameandpasswordPOST /signup, accepting inputsusername,password, andconfirmPasswordGET /me, returning data of type{ username: string, id: number }PUT /me, accepting inputsusername,password,confirmPassword, andcurrentPassword