0.5.7 • Published 8 years ago

expressive-angular v0.5.7

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

alt tag

Expressive

Custom M-EAN starter Mysql, Express, Angular, Nodejs with theme Angular Material

npm version Dependency Status Dev-Dependency Status

Demo

Live demo https://expressive.kotaxdev.com

Email : demo@demo.com
Password : password

Installation

Install gulp-cli and bower globally

Clone expressive

  $ git clone https://github.com/asrul10/expressive.git

Install node packages

  $ npm install

Install bower packages

  $ bower install

Config databses in config/index.js Sync models

  $ node sync.js

Run expressive in development

  $ gulp build
  $ gulp serve

For production

  $ gulp production

Now you can run the app on the browser http://localhost

Feature

Server

  • Build system Gulp
  • Framework Express.js
  • Database sequelize
  • Authentication based token jsonwebtoken
  • Example CRUD api

Client

  • Framework Angularjs
  • Theme Material Design Angular Material
  • CRUD with theme Material Design Data Table