A website to help find the perfect adult mixer.
The website has been deployed at https://bsheps.com/thirsty-thursday/
- Clone the repo and
cd
into it. - Run
npm install
to retreive all the packages
To start a local development server run ng serve -o
To test the code: ng test
To create a production build: ng build --prod