1.원하는 테마 git zip으로 다운로드 원하는 테마 git 주소로 들어가서 zip으로 다운받아 압축 해제한다. chirpy theme git 주소 2. 로컬에 저장된 레파지토리에 복사 로컬에 저장된 레파지토리(user_name.github.io)에 압축 해제한 폴더 안 파일을 전부 복붙. 이때, 로컬 레파지토리에는 어떤 파일도 없어야한다...
Electron 프로젝트에 React 올리기
1. Electron 프로젝트 생성 TypeScript + Webpack template 일렉트론 프로젝트를 생성한다. yarn create electron-app my-new-app --template=webpack-typescript 2. 생성된 tsconfig.json 수정 "compilerOptions":{} 섹션에 "jsx":"rea...