This code was generated at a Code for Atlanta hack night event. It pulls together a quick Bootstrap navbar and a sample DataTables jQuery plugin solution.
This is simply a start. More view details and the actual data API can be worked out in the future. At this point, an API endpoint and format needs to be defined so an AJAX call be set up.
- HTML
- CSS
- Sass (SCSS)
- Bootstrap
- JavaScript
- jQuery
- DataTables jQuery plugin
From command line:
git clone git@github.com:bholben/GAODP.gitcd GAODPnpm installbower installgulp watch# this will launch a local server with live reload
Relevant files created so far:
- app/index.html
- app/styles/main.scss
- app/scripts/main.js
- app/scripts/dataSet.js # this is a temporary placeholder