Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam-880/wfh-calendar
A calendar plugin in Javascript.
https://github.com/shivam-880/wfh-calendar
calendar css3 grunt html5 javascript jquery requirejs sass
Last synced: 7 days ago
JSON representation
A calendar plugin in Javascript.
- Host: GitHub
- URL: https://github.com/shivam-880/wfh-calendar
- Owner: shivam-880
- License: mit
- Created: 2017-08-09T18:52:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T13:10:40.000Z (almost 5 years ago)
- Last Synced: 2024-10-09T10:03:09.145Z (28 days ago)
- Topics: calendar, css3, grunt, html5, javascript, jquery, requirejs, sass
- Language: JavaScript
- Homepage:
- Size: 491 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wfh-calendar
A calendar plugin in Javascript.
![Wfh Calendar](https://github.com/codingkapoor/wfh-calendar/blob/master/wfh-calendar1.gif)
(**Note:** I have used [Peek](https://github.com/phw/peek), an animated gif screen recorder for the gif posted above.)
# Getting started
- Clone this repository
`$ git clone [email protected]:codingkapoor/wfh-calendar.git`
- Go into project directory
`$ cd wfh-calendar`
- Install required node dependencies
```
$ npm install gem
$ gem install sass
$ npm install
```- Launch the application in chrome on port 3000.
`$ grunt server:dist`
**Note:** For other grunt commands try: `grunt --help`.