This is a starter template if you want to use gulp for transpiling typescript to javascript and also wish to use typescript for frontend with EJS templating engine.
You can also check out the blog for the tutorial here
After clone the repository, install the npm packages
npm i
After installing the dependencies, run the server using
npm run dev
webpack-setup-through-javascript
: Converts the javascript (with require) to javascript (without require) to be able to use in browser
webpack-setup-through-typescript
: Converts the typescript to javascript (without require) to be able to use in browser