Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leeduyoung committed Dec 11, 2019
1 parent 0e6ca82 commit bc17ad4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 2019 Portfolio

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

## Link
https://leeduyoung.github.io/portfolio

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

```bash
# Install Dependencies
npm install
```

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

```bash
npm run build # Compile
npm run start # Execute

# Dev Mode
npm run dev
```

0 comments on commit bc17ad4

Please sign in to comment.