Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

광주소프트웨어마이스터고등학교 공식 홈페이지

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
```