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.
# 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