Skip to content

A starter Nodejs application with Typescript and Wepack out of the box

License

Notifications You must be signed in to change notification settings

kinotto/node-typescript-webpack-starter

Repository files navigation

Nodejs + Typescript + Webpack app starter

img

Quick Overview

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

Usage

clone the repository then:

npm install or yarn install

npm start (to start the server)

npm build (to build the code)

Features

  • 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

About

A starter Nodejs application with Typescript and Wepack out of the box

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published