/webpack-typescript-example

webpack-typescript-example

Primary LanguageCSS

webpack-typescript-example

webpack-typescript-example
Github page link: https://narr.github.io/webpack-typescript-example/

Install and Run in Development Mode

# Install Typings CLI utility
npm install -g typings

# Install typings
typings install

# Install module dependencies
npm install

# run webpack-dev-server on localhost
npm run dev