This is a lightweight template for getting started with the awesome InfernoJS library using Typescript. Those of you coming from React should find the project structure familiar.
This project uses Webpack for managing the build pipeline
This starts a Webpack development server on http://localhost:8080
Changes made to the source will be automatically reloaded
npm run debug
Builds the project to ./build
npm run build