Reference mobile and website implementation for RainCatcher
RainCatcher Angularjs is reference mobile and website implementation for Raincatcher Core Framework.
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.
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
npm run test - run unit tests
npm run bootstrap - install required dependencies for modules
npm run start - run demo applications