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
- Host: GitHub
- URL: https://github.com/clarketm/tableexport_webpack-v1_app
- Owner: clarketm
- Created: 2017-05-23T22:42:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T06:35:40.000Z (over 8 years ago)
- Last Synced: 2025-03-28T00:44:06.607Z (11 months ago)
- Topics: boilerplate, skeleton, tableexport, tableexport-webpack, wepack
- Language: JavaScript
- Homepage:
- Size: 477 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```