Clone the repo by running:
git clone https://github.com/awesomephant/ts-2020.gitThen cd into the folder and install dependencies by running:
npm installTo start the express server, run
npm startYou can run the client independently by running
cd clientand
npx @11ty/eleventy --serve