Basic Typescript boilerplate with webpack
- First install all the required dependencies using
npm install
oryarn install
. - Then use
npm run build
oryarn build
to compile the ts code. - use
npm start
oryarn start
command to run the compiled ts code using node.js.