fullcalendar-example-projects/angular at master · rafee11/fullcalendar-example-projects · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

FullCalendar Angular Example Project

This is a fully-buildable example project for FullCalendar and Angular. It was initially set up with the ng new command of the Angular CLI, but with lots of stuff stripped out including testing and linting. For a complete walkthrough, read the FullCalendar Angular Docs »

Installation

git clone https://github.com/fullcalendar/fullcalendar-example-projects.git
cd fullcalendar-example-projects/angular
npm install

Build commands

npm run build # build to a directory
npm run start # continously build, as a server

After running the npm run start command, you will be given a localhost URL that can be visited in a browser.