template-react-app/README.md
2023-12-08 15:39:08 +01:00

27 lines
964 B
Markdown

# Universal-React-Starter
- [DaisyUI](https://daisyui.com/) - 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. Setup `VITE_BASE_PATH` in `.env.{mode}` files
3. run: `bun run dev`
4. To build for production, run: `bun run build`
_bun can be replaced by packet manager of your choice_
### Contact
If you have any suggestions/opinions, please let me know in issues
#### Dev notes
> UI inspiration: <https://demo.themesberg.com/windster-pro/#>