Web application and server that processes code in analysis engine and visualizes results.
Node.js 12.4.0
Run npm install
to install all node modules.
npm run build
: builds applicationnpm run start
: starts servernpm run dev
: starts server with development environmentnpm run test
: runs tests (TODO: none at the moment)npm run docs
: creates documentation in\docs
directory