I run on MacBook Pros with these installed:
node v10.1.0
docker 18 or greater
Paste this in your console.
git clone https://github.com/geocolumbus/typescript-notes.git \
&& cd typescript-notes \
&& npm install
npm run dev
Navigate to http://localhost:3000
npm test
npm run lint
docker build --tag typescript-notes .
docker run typescript-notes