项目作者: lukaszromerowicz

项目描述 :
Calendar with appointments
高级语言: JavaScript
项目地址: git://github.com/lukaszromerowicz/calendar-appointments.git
创建时间: 2017-04-13T10:30:09Z
项目社区:https://github.com/lukaszromerowicz/calendar-appointments

开源协议:

下载


calendar-appointments

Web app with calendar allowing user to add appointments.
At the moment data is not persistent, no backend integration.

Running the project

If you wish to run the project locally in dev mode simply go to its’ directory and run

  1. npm run-script dev

or

  1. yarn dev

and go to http://localhost:8080. Voilà!