codestates / codestates/quokkaBoard-server

[ ✒️ Dev Log] 하승용 / 2021-06-26

Open
#35 0 comments 0 reactions 1 assignee Claimed by @skyupguf View on GitHub
dev_log
Dominant language
TypeScript
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

### 오늘은 어떻게 프로젝트에 기여했나요?
- tsc 트랜스파일링 옵션 설정, npm script에 build 처리로 에러 핸들링
- http 서버설정완료, AWS https배포 준비

### 오늘의 프로젝트에서 힘든 점은 무엇인가요?
- TypeScript 트랜스파일을 위한 설정파일 핸들링
- 간단하지만 간과하게 된 eslint 적용을 위한 핸들링

```
"parserOptions": {
"project": "quokkaBoard-server/tsconfig.json"
} // 절대 경로를 설정해주는게 에러를 줄인다.
```

### 내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?
- [x] TypeScript로 express 서버 띄우고 기본 라우팅 테스트
- [x] http 서버배포 테스트
- [x] 쿠키 및 토큰 점검
- [x] TypeScript 이해도 올리기

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.