Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefengl/react-starter
https://github.com/mefengl/react-starter
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mefengl/react-starter
- Owner: mefengl
- License: mit
- Created: 2024-07-27T04:31:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T11:14:11.000Z (about 1 month ago)
- Last Synced: 2024-11-22T12:21:38.820Z (about 1 month ago)
- Language: JavaScript
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Starter
## Addons
- @tanstack/router: [tanstack/router](https://tanstack.com/router)
- shadcn/ui: [shadcn/ui](https://ui.shadcn.com)
- tailwindcss
- eslint: [eslint-config](https://github.com/antfu/eslint-config)## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
## Project Setup
### Install
```bash
bun i
```### Development
```bash
bun dev
```