A TypeScript dev env using tsd, gulp, bower, and mocha
398
This image is intended for use with this GitHub repository.
The only additions are a few CLI that can be useful for TypeScript development
To run this image I recommend using:
docker run --rm -it --name some-typescript -v "$PWD":/usr/src/myapp -w /usr/src/myapp karlfloersch/typescript-frontend:latest /bin/bash
For info on what that means check out the docs! Hint: rm for remove, it for interactive, v for volume, and w for workspace
This image is based on the node.js docker image found here: https://hub.docker.com/_/node/
Content type
Image
Digest
sha256:d000ae223…
Size
276.8 MB
Last updated
almost 11 years ago
docker pull karlfloersch/typescript-frontend