Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.