cosmicflame / login-page

A simple form that can be used as the login page for an application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login Page

Build Status

A Backbone and Bootstrap login form

This project exposes AMD modules. The path to the project root directory must be aliased as login-page. The module names in the documentation reflect this.

Documentation can be found here.

This repo uses git-flow. develop is the development branch. master is the last known good branch.

Installation

bower install hp-autonomy-login-page

Grunt tasks

  • grunt : runs the lint, test, and coverage tasks
  • grunt test : Runs the Jasmine tests in Phantom JS
  • grunt browser-test : Starts a server on localhost:8000, which can be used to run the Jasmine tests in the browser
  • grunt coverage : Generates code coverage statistics
  • grunt lint : Runs js-lint and coffeelint
  • grunt doc : Generates project documentation

Is it any good?

Yes.

License

Copyright 2013-2015 Hewlett-Packard Development Company, L.P. Copyright 2015-2016 Hewlett Packard Enterprise Development LP

Licensed under the MIT License (the "License"); you may not use this project except in compliance with the License.

About

A simple form that can be used as the login page for an application

License:MIT License


Languages

Language:JavaScript 69.8%Language:CoffeeScript 17.8%Language:HTML 8.7%Language:CSS 3.0%Language:Shell 0.7%