Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 425 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 425 Bytes

web

  • Node.JS ToDo front-end application

Running locally

$ npm install
$ npm start

Running with docker-compose

Ensure you set your /etc/hosts to have an entry for api:

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1 localhost
::1 localhost
127.0.0.1 api
$ docker-compose up