A sample TODO notes app using Node and Vue in a monorepo fashion
You can see the application running at:
- node:12+
- tilt.dev:
- docker & docker-compose
# install dependencies
npm install
# run application
./run.js dev -c
# if you don't want to run it with tilt for watch and reload
# you can run the app with simply use docker-compose
docker-compose up --build