Skip to content

Latest commit

 

History

History

frontend

frontend

UI for sample distributed TODO app build with VueJS

requirements

  • node:14

ENV Configuration

  • PORT - a port the application binds to
  • AUTH_API_ADDRESS - address of auth-api for authentication
  • TODOS_API_ADDRESS - address of todos-api for TODO CRUD

Building and running locally

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production
npm run build