Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.79 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.79 KB

MJ Harmony logo

Harmony + Angular Example

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


Initial setup

  • Ensure that NVM is installed
  • nvm install: Install the required Node.js version
  • nvm use: Ensure correct Node.js version is in use
  • Be sure that core and angular packages are compiled following Harmony compilation instructions
  • npm ci: Install the dependencies

Development server

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.

Running tests

  • Run npm test to execute the unit tests via Jest.
  • Or, npm run test:watch to run tests in watch mode.

Hacker News API

This example uses the Hacker News API. For documentation on the API refer to their GitHub repository.