An open API service indexing awesome lists of open source software.

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

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!```