Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatLaboratory committed Dec 18, 2019
0 parents commit 21d5975
Show file tree
Hide file tree
Showing 5 changed files with 2,529 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.swp

pids
logs
results
tmp

# Build
public/css/main.css

# Coverage reports
coverage

# API keys and secrets
.env

# Dependency directory
node_modules
bower_components

# Editors
.idea
*.iml

# OS metadata
.DS_Store
Thumbs.db

# Ignore built ts files
dist/**/*

# ignore yarn.lock
yarn.lock
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## typescript를 이용한 nodejs 웹어플리케이션 제작

1. 프로젝트 디렉토리 구성 및 개발환경 구축
2. tslint -> deprecated. So use eslint for development
Loading

0 comments on commit 21d5975

Please sign in to comment.