📅 Reserve a room for students with calendar
git clone git@github.com:tneudevteam/hostel-scheduler.gitcd hostel-schedulernpm installnpm run watch- this will bundle code into one file for browser on every file changenpm start- open Hostel Scheduler in your browser- ... make changes
npm run lint- to check code style
Currently all the events are stored in browser local storage.
You can write in ES2015, Babel is included to the project.
npm run build - bundle and minify code into one file.

