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

https://github.com/clarketm/tableexport_requirejs_app

TableExport + RequireJS sample app
https://github.com/clarketm/tableexport_requirejs_app

boilerplate requirejs skeleton tableexport tableexport-requirejs

Last synced: 12 months ago
JSON representation

TableExport + RequireJS sample app

Awesome Lists containing this project

README

          

# [TableExport](https://github.com/clarketm/TableExport) + [RequireJS](https://github.com/requirejs/requirejs)

This project is a simple app demonstrating the use of [TableExport](https://github.com/clarketm/TableExport) and [RequireJS](https://github.com/requirejs/requirejs). 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_rjs_app/app.html)!

### Setup
```bash
$ bower install # Install the dependencies into the `libs` directory
```

### File Structure
![Project Structure](https://github.com/clarketm/tableexport_requirejs_app/blob/master/directory-structure.png)