All Projects → raymer → angularHybrid

raymer / angularHybrid

Licence: MIT license
Hybrid AngularJS/Angular4 application with WebPack

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to angularHybrid

jak
Hybrid web/desktop applications on Linux
Stars: ✭ 79 (+426.67%)
Mutual labels:  hybrid
glowing-bear
🐻 The modern cohort selection and analysis interface
Stars: ✭ 27 (+80%)
Mutual labels:  angular4
angular-ninja
The way to be an Angular ninja
Stars: ✭ 44 (+193.33%)
Mutual labels:  angular4
node-ng-ssr-example
Simple Angular Server Side Rendering example
Stars: ✭ 15 (+0%)
Mutual labels:  angular4
angular-landing-page
Beautiful Angular landing page with firebase, chat, poll, dynamic features/gallary, and nice animations/scrolling.
Stars: ✭ 43 (+186.67%)
Mutual labels:  angular4
play-angular-typescript.g8
A giter8 template for a Play Angular 4 Typescript application
Stars: ✭ 91 (+506.67%)
Mutual labels:  angular4
angular4-paystack
💵 An angular2+ module for paystack transactions
Stars: ✭ 51 (+240%)
Mutual labels:  angular4
angular-particle
Particle.js rewritted for Angular2/4
Stars: ✭ 58 (+286.67%)
Mutual labels:  angular4
ionic-uuchat
基于ionic3,angular4的实时聊天app,兼容web端。该项目只是前端部分,所有数据需要请求后端服务器,需要配套express-uuchat-api使用。
Stars: ✭ 14 (-6.67%)
Mutual labels:  angular4
angular-rollbar-source-maps
Angular 2+ implementation to upload sourcemaps to Rollbar
Stars: ✭ 17 (+13.33%)
Mutual labels:  angular4
ionic-app-with-aws-cognito
Angular 4, Ionic 3, and AWS (Amazon) Cognito User Pools. Authentication out of the box.
Stars: ✭ 62 (+313.33%)
Mutual labels:  angular4
kathisto
📦 Server-side rendering for Javascript based web-apps
Stars: ✭ 17 (+13.33%)
Mutual labels:  angular4
ng4-stompjs-demo
A sample using Angular4, Angular CLI and @stom/ng2-stompjs
Stars: ✭ 20 (+33.33%)
Mutual labels:  angular4
ngx-embed-video
Get embed code for embedding youtube/vimeo/dailymotion/* video in websites from URL or ID in Angular 6+.
Stars: ✭ 58 (+286.67%)
Mutual labels:  angular4
aiEyes
🤖 👁️ Describes photos using audio for Blind and Visually-Impaired Users
Stars: ✭ 23 (+53.33%)
Mutual labels:  angular4
ngx-print
🖨️ A plug n' play Angular (2++) library to print your stuff
Stars: ✭ 124 (+726.67%)
Mutual labels:  angular4
gym-hybrid
Collection of OpenAI parametrized action-space environments.
Stars: ✭ 26 (+73.33%)
Mutual labels:  hybrid
angular-atomic-app
Angular 5 app built on atomic web design principles
Stars: ✭ 12 (-20%)
Mutual labels:  angular4
angular-adal-quickstart
Quickstart/Seed for using Microsoft's AAD Authentication with Angular (2/4).
Stars: ✭ 22 (+46.67%)
Mutual labels:  angular4
pwa-angular4
A progressive webapp with Angular 4 (PLEASE NOTE: angular 5 support PWA )
Stars: ✭ 13 (-13.33%)
Mutual labels:  angular4

angularHybrid — the seed for an AngularJS/Angular hybrid.

This project is a simple hybrid AngularJS/Angular application with WebPack. The aim of this project is to aid developers starting their journey of upgrading an AngularJS application in small chunks over to Angular.

There seemed to be a lack of documentation online about setting up a hybrid app with WebPack. The official docs use SystemJS, so that was out of the question. Some blogs I found used WebPack, but they assumed your AngularJS app was already completely componentized (using the 1.5 component API) and others assumed you were writing ES2015. Neither of these are true in many cases, this seed project fills that gap.

Getting Started

To get you started you can simply clone the angularHybrid repository and install the dependencies:

Prerequisites

You need git to clone the angularHybrid repository. You'll also need NPM and Bower to install the application packages.

Clone angularHybrid

Clone the angularHybrid repository using git:

git clone https://github.com/raymer/angularHybrid.git
cd angularHybrid

Install Dependencies

npm install
bower install
  • node_modules - contains the npm packages for the tools we need
  • app/bower_components - contains the Angular framework files

Run the Application

I have preconfigured the project with a simple webpack development web server. The simplest way to start this server is:

npm start

Now browse to the app at http://localhost:8000/#/foo.

Running Unit Tests

To run the AngularJS tests

karma start

To run the Angular tests

karma start karma.conf.webpack.js
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].