Harmony is a framework developed by Mobile Jazz that specifies best practices, software architectural patterns and other software development related guidelines. This is an example project integrating Harmony with Angular.
Documentation
·
TypeScript
·
Kotlin
·
Swift
·
PHP
- Ensure that NVM is installed
nvm install
: Install the required Node.js versionnvm use
: Ensure correct Node.js version is in use- Be sure that
core
andangular
packages are compiled following Harmony compilation instructions npm ci
: Install the dependencies
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
- Run
npm test
to execute the unit tests via Jest. - Or,
npm run test:watch
to run tests in watch mode.
This example uses the Hacker News API. For documentation on the API refer to their GitHub repository.