Tabular format data with DataTable

Prerequisites

Node.js version 6.x or higher, NPM 3.x or higher.

Install

npm install

Start application

Development mode:

npm start

Production mode (with minified code, AOT and Tree Shaking):

npm run start:prod

Running application is available at http://localhost:3000/. It runs in the watch mode.

Distribution

Distributed application can be found in the dist folder after running

npm run build

or

npm run build:prod