eswat2 / git-notes

build the Github Note Taker app using Vue 3 and Vite..
https://git-notes-eswat2.vercel.app
5 stars 0 forks source link
vitejs vuejs websockets

git-notes

Heroku

I wanted to build a Vue version of my egghead-notes app and this is the result.

Background:

I am using a custom WebSockets notes server, fire-notes.herokuapp.com, to handle reading & writing notes. The repo for that can be found here: fire-notes

Features:

Deployed:

This app is running on git-notes-eswat2.vercel.app

Running the app locally is as simple as executing the following:

yarn install
yarn build
yarn serve