Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1006 Bytes

README.md

File metadata and controls

54 lines (36 loc) · 1006 Bytes

Project logo

Watson Wedding

A technology driven improvement to the process of inviting Guests to your Wedding. Powered by React, React Native and Serverless!



Contents


Installation

Clone [email protected]:RBrNx/wedding-project.git and install packages via Yarn or NPM

git clone [email protected]:RBrNx/wedding-project.git

cd wedding-project
yarn && cd mobile-client && yarn
git clone [email protected]:RBrNx/wedding-project.git

cd wedding-project
npm i && cd mobile-client && npm i

Usage Guide

This project uses a Monorepo so everything can be started from the root folder.

yarn start:wedding-api
yarn start:web-client
yarn start:mobile-client