This repository contains a bistro landing page. Includes animated buttons and links, google map, form and modal window for submitting data. There are also sliders made with Swiper.js.
# Install dependencies
make install
# Runs Stylelint, pug-lint, Eslint against source code for quality
make lint
# To package a site for production run
npm run build
# To get started developing a site with a development server (default task)
npm start
# To start server
npm run server