Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 593 Bytes

File metadata and controls

34 lines (27 loc) · 593 Bytes

mxgraph-prototype-editor

Build Status

This is a SPM's (Software Process Marketplace) editor prototype

Project setup

npm install

Runs both static files server and client

npm run start

Compiles and hot-reloads static files server for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint