📅 Reserve a room for students with calendar
git clone [email protected]:tneudevteam/hostel-scheduler.git
cd hostel-scheduler
npm install
npm 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.