All Projects → hastega → Angular2 Starter Webpack

hastega / Angular2 Starter Webpack

Angular 2 starter kit with Webpack 2, Karma, Sass, Protractor, Istabul and Tslint

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Angular2 Starter Webpack

Dejajs Components
Angular components
Stars: ✭ 37 (+184.62%)
Mutual labels:  webpack2, angular2
Ionic2 Environment Variables
Demonstration on how to easily setup environment variables in Ionic 2
Stars: ✭ 20 (+53.85%)
Mutual labels:  webpack2, angular2
tech1-temple-javascript
JavaScript Proofs of Concepts repository. No Longer Supported
Stars: ✭ 61 (+369.23%)
Mutual labels:  angular2, webpack2
Generator Fountain Webapp
Yeoman 'fountain' generator to start a webapp
Stars: ✭ 985 (+7476.92%)
Mutual labels:  webpack2, angular2
angular2-instagram
🔥Instagram like photo filter playground built with Angular2 (Web | Desktop)
Stars: ✭ 91 (+600%)
Mutual labels:  angular2, webpack2
Ng Select
A select library for Angular, with single and multiple select functionality
Stars: ✭ 16 (+23.08%)
Mutual labels:  angular2
Bartonic
Quick Bart Schedule, Favorite Routes, Bart Map Ionic App
Stars: ✭ 8 (-38.46%)
Mutual labels:  angular2
Angular Select2
select2 in angular(>=2.0-release).
Stars: ✭ 16 (+23.08%)
Mutual labels:  angular2
Ngx Echarts
An angular (ver >= 2.x) directive for ECharts (ver >= 3.x)
Stars: ✭ 820 (+6207.69%)
Mutual labels:  angular2
Webpack2 Express Heroku Starter
Starter app using Webpack 2, Express, setup to deploy to Heroku.
Stars: ✭ 12 (-7.69%)
Mutual labels:  webpack2
Electron Webpack Boilerplate
use webpack2 to bundle react app in electron
Stars: ✭ 11 (-15.38%)
Mutual labels:  webpack2
Angular2 Carousel
An lightweight , touchable and responsive library to create a carousel for angular 2 / 4 / 5
Stars: ✭ 26 (+100%)
Mutual labels:  angular2
Node Addon Loader
A loader for node native addons
Stars: ✭ 17 (+30.77%)
Mutual labels:  webpack2
Express
Express + Sequelize + Winston + Jasmine + TypeScript + Webpack MVC Boilerplate
Stars: ✭ 9 (-30.77%)
Mutual labels:  webpack2
React Static Complete Website
A complete website built using React JS, With SEO, Code Splitting, Pre-rendering, gzip and more.
Stars: ✭ 16 (+23.08%)
Mutual labels:  webpack2
Ng2 Loading Indicator
Angular 2/4 loading indicator
Stars: ✭ 12 (-7.69%)
Mutual labels:  angular2
Angular Prest
pREST component for Angular
Stars: ✭ 16 (+23.08%)
Mutual labels:  angular2
Ng Sticky
Angular 4 sticky, have header or any component sticky easy to use.
Stars: ✭ 25 (+92.31%)
Mutual labels:  angular2
Vue Qq
🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
Stars: ✭ 861 (+6523.08%)
Mutual labels:  webpack2
Squeezebox
Simple Angular 2 accordion component
Stars: ✭ 18 (+38.46%)
Mutual labels:  angular2

Developed by Hastega

This is a starter kit for Angular 2 with Webpack 2 as module bundler.

The kit contains:

  • the basic Angular 2 libs
  • support to Typescript 2 and the relative loaders
  • support to SASS and relative loaders
  • karma for unit testing
  • protractor for user interface testing
  • istanbul for code coverage
  • tslint for code updates and deprecation check

Usage:

  • to install the packages use 'npm install'
  • to start the dev server use 'npm start' then open localhost:3000
  • to deploy the production application use 'npm run build', you'll find all files in dist folder
  • to start unit test use 'npm run test' after having configured karma testing
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].