Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ne1ro/angular_reg_example
Registration and authentication in Angular.js
https://github.com/ne1ro/angular_reg_example
Last synced: about 2 months ago
JSON representation
Registration and authentication in Angular.js
- Host: GitHub
- URL: https://github.com/ne1ro/angular_reg_example
- Owner: ne1ro
- License: mit
- Created: 2014-05-16T08:31:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-17T10:05:46.000Z (over 10 years ago)
- Last Synced: 2024-10-12T09:45:56.131Z (3 months ago)
- Language: CSS
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
angular_reg_example
===================Registration and authentication simulation in Angular.js
## How to run
* Install Node.js
* Install Node.js dependencies:
npm install* Install tools:
npm install gulp bower -g
* Install client-side dependencies:
bower install* Start this application
gulp --require coffee-script