kurapikats / ts-monitor-transpile

A simple boilerplate to monitor and auto transpile Typescript via webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This a very basic boilerplate for nodejs projects. It transpiles typescript features down to es2015. Current featues are:

  • Monitors source codes then transpiles on save via webpack
  • Monitors dist folder and reloads the new module via nodemon

About

A simple boilerplate to monitor and auto transpile Typescript via webpack


Languages

Language:TypeScript 54.6%Language:JavaScript 45.4%