Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 702 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 702 Bytes

Secret Santa Shop

http://secret-santa-13.herokuapp.com

What it is

A simple, online secret santa shop built during Chingu Voyage 7. This is a side-project developed as a learning experience for the authors below:

Authors

Start The App

  • Run "npm build" to build production. Then run "node serve.js" to run production
  • Run "npm start" to run the frontend (development)
  • Run "npm run beast" to run the frontend and backend (development)