Thanks to visit codestin.com
Credit goes to github.com

Skip to content

webdev-828/angular_typescript_webpack

Repository files navigation

angular-typescript-webpack

Install

npm i webpack typings typescript -g
git clone [email protected]/brechtbilliet/angular-typescript-webpack.git
cd angular-typescript-webpack
npm install
npm start

Then it will automatically open the app in your browser

To run tests

npm test

Coverage

open reports/coverage/index.html

Build

npm install
npm run build

Features

  • Build basic Angular app with webpack
  • Simple twitter application
  • fully tested with Jasmine
  • sass support
  • Coverage report
  • Typescript support
  • ES6 modules support
  • Running tests in PhantomJS
  • Wallaby.js support
  • Karma support
  • Optimized build package
  • Minimal and straightforward setup
  • Watches code and refreshes browser with latest changes automatically
  • Sourcemap support in develop AND PRODUCTION!!! (don't deploy the js.map file with your application, but use it to debug your production app)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published