/typescript-notes

Typescript notes in code form.

Primary LanguageTypeScript

George's typescript notes

Requirements

I run on MacBook Pros with these installed:

node v10.1.0
docker 18 or greater

Install

Paste this in your console.

git clone https://github.com/geocolumbus/typescript-notes.git \
&& cd typescript-notes \
&& npm install

Development Environment

Run

npm run dev

Navigate to http://localhost:3000

Running tests

npm test

Linting

npm run lint

Production

Building a docker container for production

docker build --tag typescript-notes .
docker run typescript-notes

See https://hub.docker.com/r/geocolumbus/typescript-notes/

Reference