HTML5/CSS3 calendar template based on Peter Filan`s free design.
- As learning BEM methodology.
- As a reference for starting your own layout using Gulp + SCSS.
- As a template for creating your own calendar component.
You can follow the link for watching a demo.
For latest versions of:
- Chrome
- Opera
- Firefox
- Edge
- Yandex.Browser
- Install Gulp globally with
npm i gulp -g
- Clone the project and run
npm i
to install packages. - Run application with
npm start
(this command runs a server on a port 3000 and uses BrowserSync for hot reloading).