Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 607 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 607 Bytes

Agenda

Organiser example

Virtual personal agenda, with notes and contacts, using NeDB.

CRUD at /notes and /contacts.

how to run

  1. install dependencies
$ npm install
  1. compile scripts
$ npm run build
  1. start server
$ npm start

how to develop

  1. install dependencies
$ npm install
  1. start server (with hot reload)
$ npm run dev