A project containing all the basic requirements for a single page application using Angular, written in Typescript, and packaged with Webpack.
- Install nodejs
run npm install
in this directorynpm install -g typings typescript webpack webpack-dev-server
for useful command line utilities.npm run serve
to run dev servernpm run build
to build to the dist folder, which can then be deployed as is.