Skip to content

tomjackman/raincatcher-angularjs

 
 

Repository files navigation

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 65.3%
  • HTML 31.0%
  • CSS 3.7%