https://github.com/thieryw/test
https://github.com/thieryw/test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thieryw/test
- Owner: thieryw
- Created: 2023-11-09T20:12:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T20:13:15.000Z (over 2 years ago)
- Last Synced: 2025-02-04T18:31:27.522Z (over 1 year ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vite-react-template
A template repository with a vite react setup that contains useful configurations
such as a translation engine, powerhooks, type-route etc...
## Features
- Uses i18nifty setup
- Has powerhooks installed
- Uses type-route
- Uses tss-react for styling the components
## Tech Stack
- **Client:** React, TypeScript, Vite
## How to use
Click on the ``` Use this template ``` button
The clone the new repository you have created
```bash
git clone https://github.com/your-username/your-repo-name.git
```
```bash
cd your-repo-name
```
Install dependencies
```bash
npm install
```
or
```bash
yarn install
```
Start the server
```bash
npm run dev
```
or
```bash
yarn dev
```
## License
[MIT](https://choosealicense.com/licenses/mit/)