Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 854 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 854 Bytes

TypeScript Web Application

A template TypeScript Web Application that can be used to seed a new project.

Prerequisites

  • A machine running Linux or OSX (Windows should be supported via WSL 2 but has not been tested).
  • A recent version of GNU Make.
  • A recent version of Node.js.
  • A recent version of Docker.

Quick Start

You can get up and running quickly with...

make dev

Then open http://localhost:8080 in your browser.

You can also package the application into a docker container...

docker build -t typescript-web-application:local .
docker run -p 8080:80 typescript-web-application:local

And again, then open http://localhost:8080 in your browser.

License

Licensed under MIT.