https://github.com/taga3s/board-app
react example app
https://github.com/taga3s/board-app
Last synced: 20 days ago
JSON representation
react example app
- Host: GitHub
- URL: https://github.com/taga3s/board-app
- Owner: taga3s
- Created: 2024-08-07T15:17:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T15:37:02.000Z (about 1 year ago)
- Last Synced: 2024-11-16T00:19:08.548Z (11 months ago)
- Language: TypeScript
- Homepage: https://board-app-one.vercel.app
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# board-app
## Tech stacks
- React
- TypeScript
- vanilla-extract
- Tanstack Query
- Tanstack Router
- prettier
- eslint## Project setup
1. Install deps
```
$ npm install
```2. Copy .env.example
```
$ cp .env.example .env
```## Project commands
- Run app
```
$ npm run dev
```- Lint
```
$ npm run lint
```- Format
```
$ npm run format
```