Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 476 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 476 Bytes

Calendar

It is a simple calendar in which you can create events for a specified time and date

Install

  git clone https://github.com/VyacheslavMusiienko/calendar.git
  cd ./calendar

Running application

  npm install

local database start

npm run data

In the new terminal to launch the application

npm run dev

calendar