Coder Social home page Coder Social logo

scriptmaster / admin-lte-express Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rameduard/admin-lte-express

0.0 3.0 0.0 7.3 MB

AdminLTE 2.3.2 with express, express-handlebars and ReactJS components

License: GNU General Public License v3.0

JavaScript 54.07% CSS 8.05% HTML 37.85% PHP 0.03%

admin-lte-express's Introduction

admin-lte-express

AdminLTE 2.3.2 with express, express-handlebars and ReactJS components.

Dashboard V1 Dashboard V2 Dashboard Login Dashboard Register

git clone (Recomended) https://github.com/RamEduard/admin-lte-express.git

Install

npm install admin-lte-express --save

MongoDB

How to install MongoDB Comunity Edition

Runs mongod

Official site - How to runs mongodb

Config on Express App

app.use('/admin', express.static('./node_modules/admin-lte-express/public'))
app.use('/', require('admin-lte-express'));

Generator

./bin/generate Valid options [crud|controller|route|view]

crud
  --name	Name of CRUD. Ex.: crud-user

controller
  --name	Name of controller. Ex.: user

route
  --ctrlFile	Path of controller JS file.
  --name	Route name.
  --view	View to render.

view
  --filename	Path for view file.

Helpers

  • url(routeName, params) returns Path for the routeName
  • activeRoute(routeName) returns ['active'||'']
  • activeRoutes(routeNames) returns ['active'||'']
  • block(name)
  • extend(blockName, context)

Authorization

  • Passport.js
    • Uncomment Lines 72 and 73 for use this auth.
  • Custom Auth express.js (Default)
    • Uncomment Lines 76 and 77 for use this auth.

TODO

  • Authorization with Facebook and Google with Passport.js

License

GPL-3.0

admin-lte-express's People

Contributors

rameduard avatar scriptmaster avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.