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 devNavigate to http://localhost:3000
npm testnpm run lintdocker build --tag typescript-notes .
docker run typescript-notes