-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e6ca82
commit bc17ad4
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |