full-calendar-example
full-calendar-example copied to clipboard
JSPM, React, 5to6, ES6 syntax, fullCalendar and some jQuery.
Workout Calendar
This is a very simple drag'n'drop activity calendar example using fullcalendar.js and some sprinkles of es6 with react.js. It was devised to test out the feasibility of using jspm, react and fullcalendar on a more ambitious project.
Install instructions (dev mode):
npm install jspm -gnpm install live-server -gnpm installjspm installNote: It may prompt you to verify your github credentials so jspm can install system.js directly from github by usingjspm registry config github.npm start
To Run build (minified and ready to go) version:
- open build.html in browser.
Things to note
The files under lib are the ones that contain the logic to handle event creation on the calendar.
Build yourself
After install instructions run jspm bundle-sfx --minify src/main. This will
setup build.js with the transpiled and minified js.