Universal editor to edit the entities from RESTful service.
Recommendation: running console with Administrator permissions. Address http://universal-editor.test is including into host file and open in browser. If don't running console this way, have to enter http://universal-editor.test in host file manually as new line like this
127.0.0.1 universal-editor.test
Install dependences:
npm install
bower install
Run build:
npm run dev
: build and watch sources, create web server.npm run dev --prod
: build minified version and watch sources, create web server.npm run build
: build to./dist
directory.