An open API service indexing awesome lists of open source software.

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

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