26 lines
870 B
Markdown
26 lines
870 B
Markdown
# TailwindElements-React-Starter
|
|
|
|
- __nothing__ - main styling
|
|
- [react-icons](https://react-icons.github.io/react-icons/) - big icon library
|
|
- [recharts](https://echarts.apache.org/) - charts library
|
|
- [wouter](https://github.com/molefrog/wouter) - router library
|
|
- [react-hook-form](https://github.com/react-hook-form/resolvers#zod) with [zod](https://zod.dev/) resolver - forms library
|
|
- [axios](https://axios-http.com/) - http request library
|
|
- [@tanstack/react-table](https://tanstack.com/table/v8/docs/adapters/react-table) - advanced table library
|
|
|
|
## Usage
|
|
|
|
1. Setup `VITE_APP_NAME` in `.env.{mode}` files
|
|
2. run: `bun run dev`
|
|
3. To build for production, run: `bun run build`
|
|
|
|
### Contact
|
|
|
|
If you have any suggestions/opinions, please let me know in issues
|
|
|
|
#### Dev notes
|
|
|
|
[notes](docs/notes.md)
|
|
|
|
> UI inspiration: <https://demo.themesberg.com/windster-pro/#>
|