https://github.com/zemtsow/vite-react-ts-template
React + TS + Vite startproject template
https://github.com/zemtsow/vite-react-ts-template
Last synced: 21 days ago
JSON representation
React + TS + Vite startproject template
- Host: GitHub
- URL: https://github.com/zemtsow/vite-react-ts-template
- Owner: zemtsow
- Created: 2025-04-15T10:48:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-15T11:48:35.000Z (about 1 year ago)
- Last Synced: 2025-04-15T12:39:18.279Z (about 1 year ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template features
```
+ Configured tailwind & postcss
+ The @alias directory system has been configured for the src folder, you can change it as you like
+ Structured folder organization
+ React Router is already included in the project build
+ i18n connected and configured
```
# File structure
```
public
src/
lib - *
pages - pages application
router - router application
types - typescript declarations
templates - most used components
utils - utils part of code
locale - i18n config
components - react components
```
# React + TypeScript + Vite
```by Zemtsow Nikolay with respect!```