setting up gulp and basic list and edit view files
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 19 Sep 2017 17:16:16 +0000 (13:16 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 19 Sep 2017 17:16:16 +0000 (13:16 -0400)
commit6b0791b0b119aed3a122aa228db463790f3b1cac
tree9fbd663625470126d5405fb948e6639175639622
parentf2de84e7adeb740ebadf34a57d32b9cddfc5886d
setting up gulp and basic list and edit view files

setting up the vasic edit and list view pages for admin
.gitignore [new file with mode: 0644]
css/admin.css [new file with mode: 0644]
css/admin.css.map [new file with mode: 0644]
css/front.css [new file with mode: 0644]
css/front.css.map [new file with mode: 0644]
gulpfile.js [new file with mode: 0644]
package.json [new file with mode: 0644]
scss/admin.scss [new file with mode: 0644]
scss/front.scss [new file with mode: 0644]
views/admin/buySell/edit.html
views/admin/buySell/list.html