parse-dashboard

v1.1.2
The Parse Dashboard
parse dashboard

dev

node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch

pig

http-server ./PIG -p 4041 -s & webpack --config webpack/PIG.config.js --progress --watch

lint

eslint . --ignore-path .gitignore --cache

test

NODE_PATH=./node_modules jest

build

NODE_ENV=production webpack --config webpack/production.config.js && webpack --config webpack/PIG.config.js

start

node ./Parse-Dashboard/index.js

pretest

npm run lint

generate

node scripts/generate.js

dashboard

node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --progress --watch

prepublish

webpack --config webpack/publish.config.js

Metadata

Downloads