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

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

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
```