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

https://github.com/blakley/web-calendar-app

Calendar Web App
https://github.com/blakley/web-calendar-app

calendar ejs-express html-css-javascript node-js npm

Last synced: 29 days ago
JSON representation

Calendar Web App

Awesome Lists containing this project

README

          

# Web Calendar

EJS - Calendar Web Application

## Demo



## Features

* Very basic calendar application.

## Dependencies
* node.js

### Node
- #### Node installation on Windows

Just go on [official Node.js website](https://nodejs.org/) and download the installer.
Also, be sure to have `git` & `npm` available in your PATH.

After Node.js is installed on your system, follow these instructions

* `$ git clone https://github.com/blakley/calendar-app`
* `$ cd calendar-app`
* `$ npm install`
* `- npm init`
* `- npm install express ejs`
* `- npm install nodemon --save-dev`

## Project Deployment

$ execute the `npm start` command