NatalJS / schedule-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

schedule-app

An app to display a beautiful event schedule fetching information from Google Calendar

Requirements

  1. NodeJS
  2. NPM

Setting up the project

  1. Clone the repository
  2. run npm install

Setting app credentials

  1. run cp config.js.sample config.js
  2. fill config.js file with your credentials

Development server with live-reload

  1. run npm run dev
  2. check the dev server at localhost:8080

Building the website to production

  1. run npm run production

About


Languages

Language:JavaScript 71.4%Language:CSS 27.6%Language:HTML 0.9%