Skip to content

Syati/typescript-express-todo

Repository files navigation

Getting started

Env

  • osx
  • docker-toolbox
  • virtual box

Run

With docker

# Create a docker vm
$ docker-machine create --driver virtualbox tstemp

# Use the docker vm
$ eval "$(docker-machine env tstemp)"

# Check an access url
$ docker-machine ls

# Build and Run
$ docker-compose up

# Cmd below if you want to use livereload.
$ VBoxManage controlvm "tstemp" natpf1 "tcp-port35729,tcp,,35729,,35729";

Access the access url:3000 with browser

On localhost

$ npm install
$ NODE_ENV=localhost grunt

others

Remove compiled source

$ npm run clean

About

Todo app with express, typescript and docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published