amarjanica / angularjs-typescript-webpack-gulp-seed

Skeleton application for AngularJS, Typescript, Webpack, and Gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS + Typescript + Webpack + Gulp Seed

Project is a seed AngularJS application. Features:

  • Gulp manages running dependent tasks
  • Handles angular.module is not a function issue with webpack via exports-loader.
  • App code written in typescript 2.3.2
  • Frontend dependencies are handled via bower
  • Webpack 2 resolves bower_components
  • Bundles separation into app and libraries

Build and run the app

npm install
npm start

App should be available at http://localhost:8080

About

Skeleton application for AngularJS, Typescript, Webpack, and Gulp


Languages

Language:JavaScript 54.0%Language:HTML 27.8%Language:TypeScript 18.2%