Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.53 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.53 KB

Vodafone Logo

Vodafone PhoneFinder

This app was developed for the Rich Internet Applications Module for the BSc. Digital Technology Solutions course delivered by Blackpool & Fylde College in collaboration with Lancaster University.

Built using TypeScript, React, Express and MongoDB by Vodafone Group Services Apprentices. Use at your own risk.

📦 Apps and Packages

Utilities

This repo uses some additional tools for code quality:

Developer Guide

Pre-requisites

Before running the application, make sure you have the following installed:

Install

Before you start, please install the dependencies:

yarn install

Develop

To develop all apps and packages, run the following command:

yarn run dev

Build

To build all apps and packages, run the following command:

yarn run build