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
Update app/services/configService.js
with values appropriate for your group:
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:
npm install
gulp
gulp karma
or constantly via gulp karma-watch
.node node_modules/protractor/bin/webdriver-manager update
node node_modules/protractor/bin/webdriver-manager start
node node_modules/protractor/bin/protractor test/e2e/conf.js
You should be able to test locally with Node.js using the following:
npm start
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.
Make sure that you do the following successfully before committing:
gulp prod
gulp karma
- Make sure that you fix any broken tests.bower.json
, make sure that config/CDN.json
is
updated to match.Maintainer: Splaktar.
© 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.