Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.
/ angular-webpack Public archive

DEPRECATED - Angular proof-of-concept application built with webpack 2.x

License

Notifications You must be signed in to change notification settings

miwurster/angular-webpack

Repository files navigation

DEPRECATED

Unless you have very, very good reasons, consider using @angular/cli in order to bootstrap, manage, and work with your Angular projects. If you need a specialized setup, you may export a Webpack configuration using @angular/cli and go ahead from there.


Tour of Heroes: Editor

This is a proof-of-concept application based on the Tour of Heroes Angular tutorial that uses webpack as module bundler and a tool for bundling the application.

Usage

npm install
npm test       # Runs the unit tests
npm start      # Starts the development server
npm run build  # Runs the production build

Useful Resources

TODOs

  • Basic prod/dev webpack setup
  • Implement tutorial Tour of Heroes
  • Incorporate unit testing with Karma and Jasmine
  • Incorporate end-to-end testing with Protractor

About

DEPRECATED - Angular proof-of-concept application built with webpack 2.x

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published