使うもの
webpack
とtsc
、nodemon
さえあれば十分
npm install -g nodemon
コマンド
それぞれ別ターミナルで実行
npx webpack --watch
npx tsc --watch
nodemon --watch built ./index.js
Go to list of users who liked
More than 5 years have passed since last update.
webpack
とtsc
、nodemon
さえあれば十分
npm install -g nodemon
それぞれ別ターミナルで実行
npx webpack --watch
npx tsc --watch
nodemon --watch built ./index.js
Register as a new user and use Qiita more conveniently
Go to list of users who liked