Front end
typescript만으로 작성
프로젝트 생성
npx gts init
개발
프로젝트 dev 모드
tsc -w
프론트 서버 띄우기
npm install -g http-server
cd ./app
http-server ./
Name |
Last Commit
26f3c219
–
webpack with typescript
|
History
|
Last Update |
---|---|---|
.. | ||
src | Loading commit data... | |
.eslintignore | Loading commit data... | |
.eslintrc.json | Loading commit data... | |
.prettierrc.js | Loading commit data... | |
README.MD | Loading commit data... | |
gulpfile.js | Loading commit data... | |
index.html | Loading commit data... | |
package.json | Loading commit data... | |
tsconfig.json | Loading commit data... | |
webpack.config.js | Loading commit data... |