Datepicker training project. Before using you need following:
- Install NodeJS and npm
- Install Gulp
npm install gulp-cli -g
- Install all dependencies
npm install
To use you need build html/css and start server
gulp
Project is available at localhost:8000