Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themoment-team/official-gsm-front
광주소프트웨어마이스터고등학교 공식 홈페이지
https://github.com/themoment-team/official-gsm-front
monorepo nextjs pnpm pnpm-workspace react storybook
Last synced: about 7 hours ago
JSON representation
광주소프트웨어마이스터고등학교 공식 홈페이지
- Host: GitHub
- URL: https://github.com/themoment-team/official-gsm-front
- Owner: themoment-team
- Created: 2023-05-01T04:54:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T23:59:43.000Z (5 months ago)
- Last Synced: 2024-06-19T06:45:48.924Z (5 months ago)
- Topics: monorepo, nextjs, pnpm, pnpm-workspace, react, storybook
- Language: TypeScript
- Homepage: https://official.hellogsm.kr
- Size: 86.3 MB
- Stars: 29
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# official-gsm-front
광주소프트웨어마이스터고등학교 공식 홈페이지입니다.
## Commands
> root `package.json` scripts에 `--filter` command를 포함하여 작성해두었습니다.
```bash
$ git clone https://github.com/themoment-team/official-gsm-front.git
$ cd official-gsm-front
$ pnpm install# command of a specific package
$ pnpm# example
$ pnpm client dev
```## Directory structure
```bash
...
│── apps
│ └── client
│ └── admin
│ └── storybook
│
│── packages
│ └── api
│ └── common
│ └── eslint-config-custom
│ └── tsconfig
│ └── types
│ └── ui
...
```## Skill set
```txt
- application
Next.js - App Router- core library
Storybook
Typescript
emotion
@tanstack/react-query
axios
```