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.
npm install jspm -g
npm install live-server -g
npm install
jspm install
Note: 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
- open build.html in browser.
The files under lib
are the ones that contain the logic to handle event creation on the calendar.
After install instructions run jspm bundle-sfx --minify src/main
. This will
setup build.js with the transpiled and minified js.