Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 352 Bytes

calendar.js

simple week view calendar

  1. clone the repo: git clone https://github.com/ivanauchynnikau/calendar.git

  2. move to calendar folder cd calendar

  3. install dependencies npm i

  4. run app npm run dev

app will be on http://localhost:8080/

Enjoy!

(calendar could show events with duration less than one day)