Skip to content

liverbool/badmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Badmin

Admin panel using Backbone.js, Marionette.js, gulp, and Bootstrap.

Setup

  • Install node.js (http://nodejs.org/download/)
  • $ git clone https://github.com/mmukhin/badmin
  • $ cd badmin
  • $ npm install
  • $ gulp (defaults as gulp watch)
  • Your browser should navigate to localhost:5000 and point to the badmin/build directory

Features

  • Build process uses Gulp
  • App components: Router, User, Address Page (example)
  • Custom components: Notifier, Service (ajax)
  • Model/Collection fixtures (in lieu of API). To remove, set useFixtures: false

Auth

  • Not included. Best practice would be to execute a script to verify user auth with your API before index.html loads. If auth fails, redirect the user to a separate login page.

Questions? Comments? Issues? Pull Requests?

About

Marionette.js & Backbone.js admin panel dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.9%
  • HTML 31.1%
  • CSS 1.0%