All Projects → gdg-x → boomerang

gdg-x / boomerang

Licence: Apache-2.0 license
Easy website for your GDG Chapter

Programming Languages

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

Projects that are alternatives of or similar to boomerang

chakram
Generic Web App for GDG Events
Stars: ✭ 39 (-47.3%)
Mutual labels:  angularjs, gdg, gdg-x
Angular-Firebase-Sortable-Table
Angular Firebase Sortable Table is a module that makes tables creation with firebase an easy task.
Stars: ✭ 28 (-62.16%)
Mutual labels:  angularjs, angular-material
metadatamanagement
Metadatamanagement (MDM) - Data Search for Higher Education Research and Science Studies
Stars: ✭ 21 (-71.62%)
Mutual labels:  angularjs, angular-material
Tested
Angular Material in MEAN Stack Website Source
Stars: ✭ 35 (-52.7%)
Mutual labels:  angularjs, angular-material
ecommerce
Laravel open source e-commerce system.
Stars: ✭ 209 (+182.43%)
Mutual labels:  angularjs, angular-material
angular-material-boilerplate
A straightforward and well structured boilerplate based on Google's Angular Material project.
Stars: ✭ 28 (-62.16%)
Mutual labels:  angularjs, angular-material
Md Form Validator
Simplify the usage of ngMessages with the angular material design
Stars: ✭ 8 (-89.19%)
Mutual labels:  angularjs, angular-material
materialdrive
Google Drive with Angular Material
Stars: ✭ 43 (-41.89%)
Mutual labels:  angularjs, angular-material
Cat Facts
Daily cat facts! 🐱
Stars: ✭ 110 (+48.65%)
Mutual labels:  angularjs, angular-material
Laravel Ecommerce
Laravel open source e-commerce system.
Stars: ✭ 163 (+120.27%)
Mutual labels:  angularjs, angular-material
Angular5 Seed
Angular5 Seed for Application
Stars: ✭ 222 (+200%)
Mutual labels:  angularjs, angular-material
Depli
A handsome JVM monitoring dashboard
Stars: ✭ 39 (-47.3%)
Mutual labels:  angularjs, angular-material
gdgpisa.github.io
Public website on github-pages for GDG Pisa 🌎🇮🇹💻
Stars: ✭ 14 (-81.08%)
Mutual labels:  gdg, gdg-x
brush
An amazing scaffolding for developing database-driven websites, applications and APIs. Built on Laravel Lumen Framework, MySQL and Angular.
Stars: ✭ 23 (-68.92%)
Mutual labels:  angularjs, angular-material
angularjs-jest-example
✅ AngularJs with Jest example
Stars: ✭ 13 (-82.43%)
Mutual labels:  angularjs
angular-odoo
Call Odoo webservices from AngularJS
Stars: ✭ 41 (-44.59%)
Mutual labels:  angularjs
angular-heremaps
AngularJS directive for working with Here Maps
Stars: ✭ 19 (-74.32%)
Mutual labels:  angularjs
feedback
An angular module provide a directive for feedback
Stars: ✭ 35 (-52.7%)
Mutual labels:  angular-material
shopnx
Ready to use AngularJS Shopping Cart with all features
Stars: ✭ 71 (-4.05%)
Mutual labels:  angularjs
cartify
Shopping Cart implementation to serve as a shell for building e-commerce apps | Angular 7, Node.js, MongoDB
Stars: ✭ 22 (-70.27%)
Mutual labels:  angular-material

GDG-X Boomerang

Build Status Join the chat at https://gitter.im/gdg-x/boomerang

Boomerang is a template for a dynamic material design GDG chapter web site that can be deployed within 30 minutes. It is built using AngularJS and AngularJS Material.

See it in action: http://gdg-x.github.io/boomerang

Configuration

Update app/services/configService.js with values appropriate for your group:

  1. name: The name of your GDG
  2. twitter, facebook, meetup: Update these with your chapter's social network handles. Setting them to '' will hide the icon.
  3. Create your Google Analytics account and modify the Google Analytics tracking code in index.html.

Additional Optional Config

  1. domain: Your custom domain name (or base appspot URL).
  2. cover.title: An announcement that will appear on the landing page.
  3. cover.subtitle: More text to support the landing page announcement.
  4. cover.button.text: Text for the announcement button.
  5. cover.button.url: The URL that the announcement button will open in another window.
  6. cover.url: If the cover image drawn from your Google+ page does not work with the default layout, you can specify a URL for a specific image instead.
  7. Edit the snippet details in the index.html to change how your page looks when it is shared.
  8. Modify the images in war/app/images/sponsor1 and war/app/images/sponsor2 to be your sponsor images.
  9. Modify the sponsor links in about.html.

Building

Here you will install dependencies and tooling, build, minify, run static analysis, and more. You must have Node.js installed to use the build tools. Download it here. From the boomerang directory, run the following:

  1. npm install
  2. gulp

Automated Testing

  1. Unit tests can be run once via gulp karma or constantly via gulp karma-watch.
  2. Integration tests can be run via:
  3. node node_modules/protractor/bin/webdriver-manager update
  4. node node_modules/protractor/bin/webdriver-manager start
  5. Then in a separate terminal: node node_modules/protractor/bin/protractor test/e2e/conf.js
  6. WebStorm or IntelliJ IDEA can make this testing a lot easier if you configure the idea to do it for you.

Testing locally

You should be able to test locally with Node.js using the following:

  1. npm start

Deployment

Deploy on your web server of choice (Apache, Nginx, etc). If you need a web server, Google App Engine's free tier should be more than sufficient for your chapter's needs.

Development Details

Make sure that you do the following successfully before committing:

  1. gulp prod
  2. gulp karma - Make sure that you fix any broken tests.
  3. Protractor tests - Make sure that you fix any broken tests.
  4. If you changed any dependency versions in bower.json, make sure that config/CDN.json is updated to match.

Sites using this template

Contributors

See list of contributors

Maintainer: Splaktar.

GDG Apps, GDG[x] are not endorsed and/or supported by Google, the corporation.

License

© 2013-2019 GDG[x]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the 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].