GD1m / todo-app

Simple TODO application based on TodoMVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple TODO application based on TodoMVC

Installation Guide

  • clone this repository
  • cd ./public
  • npm install
  • cp config.json.example config.json
  • edit config.json
  • return to root directory ($ cd ..)
  • cd ./docker
  • cp .env.example .env
  • edit docker env config (./docker/.env)
  • docker-compose up -d

And you are done.

Application will be available on configured port (80 by default) and host (localhost by default).

See also

About

Simple TODO application based on TodoMVC

License:MIT License


Languages

Language:JavaScript 70.1%Language:HTML 23.6%Language:CSS 6.3%