Skip to content

sudheerj/Datatable-NestedJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published