Skip to content

leeduyoung/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2019 Portfolio

Outline

React, Typescript, Webpack, SCSS를 사용해서 겸사겸사.. 만든 사이트입니다.

Link

https://leeduyoung.github.io/portfolio

Installation

이 프로젝트를 빌드하기 위해서는 NodeJS가 설치되어 있어야 한다.

# Install Dependencies
npm install

이 프로젝트를 빌드하고, 실행하려거든 아래 커맨드를 수행하면 된다.

npm run build # Compile
npm run start # Execute

# Dev Mode
npm run dev