https://github.com/gminetoma/full-stack
https://github.com/gminetoma/full-stack
biome bun cypress graphql react shadcn storybook tailwind tanstack typescript vite
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gminetoma/full-stack
- Owner: gminetoma
- Created: 2025-11-13T07:01:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-13T08:29:41.000Z (7 months ago)
- Last Synced: 2025-11-13T09:06:58.084Z (7 months ago)
- Topics: biome, bun, cypress, graphql, react, shadcn, storybook, tailwind, tanstack, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# full-stack-boilerplate
To install dependencies:
```bash
bun install
```
To run app:
```bash
bun app dev
```
To run api:
```bash
bun api dev