Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uxplorerss/uxplorers-frontend
UX디자인 수업 프로젝트, TmoneyGO UX 개선, KUmoneyGO, 쿠머니 고
https://github.com/uxplorerss/uxplorers-frontend
emotion github-actions react react-select storybook tanstack-router typescript vercel vite zustand
Last synced: 15 days ago
JSON representation
UX디자인 수업 프로젝트, TmoneyGO UX 개선, KUmoneyGO, 쿠머니 고
- Host: GitHub
- URL: https://github.com/uxplorerss/uxplorers-frontend
- Owner: uxplorerss
- Created: 2024-11-16T11:24:27.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T06:23:15.000Z (16 days ago)
- Last Synced: 2024-12-18T07:25:27.132Z (16 days ago)
- Topics: emotion, github-actions, react, react-select, storybook, tanstack-router, typescript, vercel, vite, zustand
- Language: TypeScript
- Homepage: https://uxplorers-frontend.vercel.app/
- Size: 16.9 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React + TypeScript + Vite
- package manager로 yarn을 사용합니다.
```shell
yarn install
yarn dev
```## 배포 : gh-pages 브랜치 기준
```shell
yarn build
yarn deploy
```