Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 349 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 349 Bytes

ts-lecture-boilerplate

Basic Typescript boilerplate with webpack

Steps to build and run the application

  • First install all the required dependencies using npm install or yarn install.
  • Then use npm run build or yarn build to compile the ts code.
  • use npm start or yarn start command to run the compiled ts code using node.js.