An open API service indexing awesome lists of open source software.

https://github.com/clarketm/tableexport_webpack-v1_app

TableExport + Webpack1 sample app
https://github.com/clarketm/tableexport_webpack-v1_app

boilerplate skeleton tableexport tableexport-webpack wepack

Last synced: 5 months ago
JSON representation

TableExport + Webpack1 sample app

Awesome Lists containing this project

README

          

# [TableExport](https://github.com/clarketm/TableExport) + [Webpack 1](http://webpack.github.io/docs/)

This project is a simple app demonstrating the use of [TableExport](https://github.com/clarketm/TableExport) and [Webpack 1](http://webpack.github.io/docs/). It includes a sample project that you can use as a skeleton (or template) to get started.


### Checkout the [demo](https://www.travismclarke.com/te_wp1_app/)!

### Setup
```bash
$ npm install
```

### Running
```bash
$ npm start

# Open browser to http://localhost:8080/
```