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 »
git clone https://github.com/fullcalendar/fullcalendar-example-projects.git
cd fullcalendar-example-projects/angular
npm installnpm run build # build to a directory
npm run start # continously build, as a serverAfter running the npm run start command, you will be given a localhost URL that can be visited in a browser.
