All Projects → erkobridee → lab-angularjs

erkobridee / lab-angularjs

Licence: other
Angular.js (1.x) : test code lab

Programming Languages

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

Projects that are alternatives of or similar to lab-angularjs

angular-environment
AngularJS Environment Plugin
Stars: ✭ 78 (+271.43%)
Mutual labels:  angularjs
ecommerce
Laravel open source e-commerce system.
Stars: ✭ 209 (+895.24%)
Mutual labels:  angularjs
ng-caret-aware
AngularJS directive for caret aware elements
Stars: ✭ 12 (-42.86%)
Mutual labels:  angularjs
MetaLIMS
MetaLIMS, A Simple Open-Source Laboratory Information Management System for Small Metagenomic Labs
Stars: ✭ 39 (+85.71%)
Mutual labels:  lab
windows-lab
Windows Automated Lab with Vagrant
Stars: ✭ 78 (+271.43%)
Mutual labels:  lab
tubular
A set of AngularJS directives designed to rapidly build modern web applications
Stars: ✭ 44 (+109.52%)
Mutual labels:  angularjs
uchiwa-web
Uchiwa is a simple yet effective open-source dashboard for the Sensu monitoring framework.
Stars: ✭ 17 (-19.05%)
Mutual labels:  angularjs
angular-ecmascript
Build an AngularJS app using ES6's class system
Stars: ✭ 28 (+33.33%)
Mutual labels:  angularjs
Swastika-IO-Admin
✔ [ SIOA ] Swastika I/O Admin dashboard template based on Bootstrap 4
Stars: ✭ 18 (-14.29%)
Mutual labels:  angularjs
TravelWebApplication-Virtugo
This project is to develop a travel planner system, which describes about the climatic conditions, interesting places to visit, top hotels in the area and some additional features like travel reminders depending on the user’s destination. We have used Angular JS, HTML 5 for front end and Spring boot, MySQL for backend.
Stars: ✭ 21 (+0%)
Mutual labels:  angularjs
WebStore-Spring-MVC
WebStore is a full fledged online shopping system built in Spring-MVC. It uses JSP for view templating and MySql at the database end.
Stars: ✭ 29 (+38.1%)
Mutual labels:  angularjs
k8s-lab-plz
Modular Kubernetes lab which provides an easy and streamlined way to deploy a test cluster with support for different components.
Stars: ✭ 38 (+80.95%)
Mutual labels:  lab
angular-easy-social-share
An easy way way to share the current page on an AngularJS app with Twitter, Facebook and LinkedIn.
Stars: ✭ 32 (+52.38%)
Mutual labels:  angularjs
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (+138.1%)
Mutual labels:  angularjs
design-system
The official LumApps Design System (LumX) for AngularJS and React applications
Stars: ✭ 19 (-9.52%)
Mutual labels:  angularjs
Angular-Firebase-Sortable-Table
Angular Firebase Sortable Table is a module that makes tables creation with firebase an easy task.
Stars: ✭ 28 (+33.33%)
Mutual labels:  angularjs
ants
Awesome Networking Tools Sandbox
Stars: ✭ 21 (+0%)
Mutual labels:  lab
AngularJS-Learning-zh CN
收集一些关于 AngularJS 的博客,文章,视频,书籍等(A bunch of links to blog posts, articles, videos, etc for learning AngularJS)
Stars: ✭ 254 (+1109.52%)
Mutual labels:  angularjs
educational-projects
📚 Fundamental and Advanced Programming, Data Structure, OS Lab and Principle of Compiler Courses Educational Projects
Stars: ✭ 26 (+23.81%)
Mutual labels:  lab
vagrant-alm
An excerpt of an ALM environment built on top of Vagrant, Libvirt and Ansible
Stars: ✭ 44 (+109.52%)
Mutual labels:  lab

lab-angularjs

Angular.js : test code lab

--

Prerequisites

  • Must have Git installed

  • Must have node.js (at least LTS) installed with npm (Node Package Manager)

  • Must have Gulp.js node package installed globally. [sudo] npm install -g gulp

Installation Guide

Enter the following commands in the terminal

git clone https://github.com/erkobridee/lab-angularjs.git
cd lab-angularjs
npm install

Tools

Git submodule

[GitHub] erkobridee / cdn on gh-pages branch (3rd party libs)

  • commands

    • init submodule
git submodule init
  • add submodule
git submodule add -b gh-pages https://github.com/erkobridee/cdn.git gitsubmodule/cdn
  • update submodule
git submodule update --remote
  • check node/npm outdated dependencies
npm outdated

--

Dependencies

npm install \
  del \
  gulp \
  gulp-bump \
  gulp-cached \
  gulp-connect \
  gulp-jshint \
  gulp-lintspaces \
  gulp-load-plugins \
  gulp-print \
  gulp-shell \
  gulp-task-listing \
  gulp-util \
  jshint-stylish \
  lazypipe \
  open \
  run-sequence \
  yargs \
  --save-dev

Commands

  • gulp - development mode, prepare files, watch changes and start server on port 1337

  • gulp --release - generate deploy version on dist directory

  • gulp --preview - generate deploy version on dist directory and start server on port 1337 looking to this directory

  • gulp --publish - publish deploy version files on gh-pages branch

    • gulp --init - create local directory with github repository on gh-pages branch

License

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].