Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thieryw/www.artisteformation.com
https://github.com/thieryw/www.artisteformation.com
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thieryw/www.artisteformation.com
- Owner: thieryw
- Created: 2023-11-22T17:31:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T14:29:52.000Z (2 months ago)
- Last Synced: 2024-11-18T15:49:27.108Z (2 months ago)
- Language: TypeScript
- Size: 32.3 MB
- 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/)