https://github.com/taga3s/yumemi-coding-test-frontend
ゆめみのコーディング試験(フロントエンド)
https://github.com/taga3s/yumemi-coding-test-frontend
Last synced: 5 months ago
JSON representation
ゆめみのコーディング試験(フロントエンド)
- Host: GitHub
- URL: https://github.com/taga3s/yumemi-coding-test-frontend
- Owner: taga3s
- Created: 2024-07-27T15:42:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T06:46:04.000Z (about 1 year ago)
- Last Synced: 2024-08-01T09:25:05.658Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://yumemi-coding-test-frontend.vercel.app
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```