js-my-admin

v0.0.2
Because nobody really wants to use PHP.... or MySQL.

test

echo "Error: no test specified" && exit 1

dev-client

watchify client/index.js -o client/bundle.js -d -v & stylus --watch --include-css client/index.styl

dev-server

nodemon server

dev

npm run dev-client & npm run dev-server

build

browserify client/index.js -o client/bundle.js && stylus --include-css client/index.styl

start

npm run build && node server
npm i js-my-admin

Metadata

  • ISC
  • Whatever
  • Alexander Gugel
  • released 1/9/2015

Downloads

Maintainers