A template repository with a vite react setup that contains useful configurations such as a translation engine, powerhooks, type-route etc...
- Uses i18nifty setup
- Has powerhooks installed
- Uses type-route
- Uses tss-react for styling the components
- Client: React, TypeScript, Vite
Click on the Use this template button
The clone the new repository you have created
git clone https://github.com/your-username/your-repo-name.git cd your-repo-nameInstall dependencies
npm installor
yarn installStart the server
npm run devor
yarn dev