Skip to content

geocolumbus/typescript-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Typescript notes in code form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published