snapmuse-ionic

About

This repository contains the frontend code for the MVP "Snapmuse" (placeholder title) application.

This was delivered as part of the Project module for the BSc. Hons in Contemporary Software development.

The corresponding API repo is available here.

Running locally

Run the following commands to start the application locally.

# Install dependencies
npm install

# Start the app in the default browser
npm start