Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Team project for Introduction to Engineering Design

License

Notifications You must be signed in to change notification settings

ShapeLayer/advanced-sticky-note

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sticky-Note-Improved

Sticky Note Improved는 공학설계입문(이칠우 교수) 4팀 프로젝트입니다.

시작하기

라이브러리 설치

npm install

프로젝트 실행

본 프로젝트는 웹팩을 통해 코드를 번들링하여 사용하고 있습니다.
따라서 최초 1회 프로젝트를 빌드해야 프로젝트를 실행할 수 있습니다.

npm start # Build Frontend and Start Application

npm 시작 스크립트는 코드 번들링과 애플리케이션 실행을 모두 수행합니다.
하지만 여타 요인으로 인해 두 작업 중 하나만 수행하려고 하는 경우, 아래와 같이 부분적으로 작업을 실행할 수 있습니다.

npm run build # Build Frontend
npm run open # Start Application

기술 명세

./docs 문서를 참조하세요.

프로토타입

Figma

(이전 버전 프로토타입 보기)

Default
default

Font Settings
font

Add Memo
add-memo

Add PDF
add-pdf

About

Team project for Introduction to Engineering Design

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 80.1%
  • SCSS 16.4%
  • HTML 3.5%