Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1 KB

README.md

File metadata and controls

33 lines (24 loc) · 1 KB

OPT6. Frontend test assignment.

CI Github Pages

About

This repository contains a table created using the DataTables plugin, colResizable (jquery plugins) and javascript. This table is designed to display data in a convenient and easy to read format. The table also has a responsive design and is optimised for viewing on mobile devices.

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