Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 271 Bytes

Cha Ching!

This is a mono repo, both back-end (server) and front-end (client) code, including testing are within this repo.

Walking Skeleton Setup

Back-End

  1. Setup npm init
  2. npm i
  3. Create an index.js file for express app, under "server" directory