This is a simple but robust example, using multiple libraries, of how you can develop a dynamic table from a JSON file.
For developmnet deployment:
$ npm run dev
This will start Webpack-dev-server automatically
For production deployment:
$npm run prod
This will optimize your code for production
MIT

