This is a minimalistic starter app that benefits of the strong typing of the Typescript compiler plus all the latest ES6, ES7+ features on a Nodejs application, already configured with a custom .vscode to allow debugging inside a Visual studio code IDE
see also node babel webpack starter
clone the repository then:
npm install
or yarn install
npm start
(to start the server)
npm build
(to build the code)
- typescript: transpiling from .ts to ES5
- webpack: bundling the source to a bundle.js
- live compiling: as well as live reload
- custom .vscode: added custom vscode configuration to allow easy debugging of the source inside Visual Studio Code