Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhoniaridho/react-starter
react vite auto routing, zustand state management, react router dom
https://github.com/dhoniaridho/react-starter
auto-import autorouting axios eslint framer-motion prettier react react-router typescript vite zustand
Last synced: 4 days ago
JSON representation
react vite auto routing, zustand state management, react router dom
- Host: GitHub
- URL: https://github.com/dhoniaridho/react-starter
- Owner: dhoniaridho
- Created: 2022-07-14T05:52:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T13:57:13.000Z (about 1 year ago)
- Last Synced: 2024-04-16T04:09:22.700Z (10 months ago)
- Topics: auto-import, autorouting, axios, eslint, framer-motion, prettier, react, react-router, typescript, vite, zustand
- Language: TypeScript
- Homepage: react-starter-beta.vercel.app
- Size: 393 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-starter
react vite auto routing, zustand state management, react router dom```
# install dependency
pnpm install# build for production output dist and serve with nginx/apache
pnpm build
```