Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 573 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 573 Bytes

Nuxt Realtime Todos

Starter Project for creating a real-time todo app with Nuxt in DevEdmonton Society's monthly meetup.

Demo

nuxt-realtime-todo.mp4

Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

Goal

  1. create a todos page that can add, delete, and update todos.

  2. create an endpoint for websocket connection

  3. connect the todos page to the websocket endpoint.

  4. add authentication to the app