Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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, 쿠머니 고

Awesome Lists containing this project

README

        

## React + TypeScript + Vite

- package manager로 yarn을 사용합니다.

```shell
yarn install
yarn dev
```

## 배포 : gh-pages 브랜치 기준

```shell
yarn build
yarn deploy
```