tomjackman / raincatcher-angularjs

Raincatcher example implementation in angularjs

Home Page:http://feedhenry-raincatcher.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feedhenry RainCatcher Angularjs

Reference mobile and website implementation for RainCatcher

About RainCatcher Angularjs

RainCatcher Angularjs is reference mobile and website implementation for Raincatcher Core Framework.

Quick start

Install all dependencies

npm run bootstrap

Start demo applications

npm run start

Note: Core repository will be automatically fetched using git command. If you wish to work with different branch of the core repository please switch manually.

Repository folder structure

This repository contains many subpackages managed through Lerna, and they're contained in the following directories:

packages/
Packages implementing angularjs directives and other ui components used in demo applications
demo/
Full-fledged demo applications, showcasing the usage of multiple modules
core/client
Client side modules from core repository

Repository commands

npm run test - run unit tests

npm run bootstrap - install required dependencies for modules

npm run start - run demo applications

About

Raincatcher example implementation in angularjs

http://feedhenry-raincatcher.github.io

License:Apache License 2.0


Languages

Language:JavaScript 65.3%Language:HTML 31.0%Language:CSS 3.7%