An example dev environment for FullCalendar using Webpack.
npm install
npm run build
Then run index.html
in a browser.
For watching, run npm run watch
.
The npm install
script will install all required dependencies listed in package.json
.
Here are the installation commands for use in your own project:
npm install --save jquery fullcalendar
npm install --save-dev webpack