Skip to content

Teihden/hello-brand-test

Repository files navigation

Hello, brand! Frontend test assignment.

CI Github Pages

About

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.

Setup

# Install dependencies
make install

CLI

# Runs Stylelint, pug-lint, Eslint against source code for quality
make lint

Gulp tasks

# 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