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

https://github.com/taga3s/yumemi-coding-test-frontend

ゆめみのコーディング試験(フロントエンド)
https://github.com/taga3s/yumemi-coding-test-frontend

Last synced: 5 months ago
JSON representation

ゆめみのコーディング試験(フロントエンド)

Awesome Lists containing this project

README

          

# yumemi-coding-test-frontend

都道府県別の総人口推移グラフを表示するSPA

## tech stacks

- React
- TypeScript
- vanilla-extract
- prettier
- eslint
- vitest

## commands

- start dev
```
$ npm run dev
```

- lint
```
$ npm run lint (or lint:fix)
```

- format
```
$ npm run format
```

- test
```
$ npm run test
```