hyun-design-system
v1.1.2
Published
[![Contributors](https://img.shields.io/badge/contributors-1-blue.svg?style=flat)](#contributors-)
Downloads
790
Readme
hyun-design-system
프로젝트 목록
프로젝트 설명
hyun-design-system : 프로젝트에서 컴포넌트를 재사용 하기 위한 디자인 시스템
- 기존 next 프로젝트에서 react로 변경
- https://github.com/dongggggae/hyun-design-system
기술 스텍
Front End Team Repository :
| STACKS | BADGE | | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Browsers | | | IDEs/Editors | | | Programe Language | | | FrameWork Platforms & Libraries | |
프로젝트 설치
URL : https://github.com/dongggggae/h-design-system
Install the dependencies and devDependencies and start the server.
- git clone https://github.com/dongggggae/h-design-system.git
- npm install
- npm run dev
프로젝트 운영
package.json
- script
- dev : "vite"
- build : "vite build",
- lint : "eslint .",
- preview : "vite preview"
Local Server :
npm run dev
Development build:
npm run build