/0.4.1-Execute.ly-server

Server: Edit and execute handwritten or any code in an image right in your browser.

Primary LanguageTypeScriptMIT LicenseMIT

Execute.ly Server

Getting Started

Run the Express server

npm start

Development

To debug the Express server with auto-restart,

npm run dev:server

To run unit tests (Jest) in watch mode,

npm run dev:tdd

With VS Code

  • debug the server with Attach to Server
  • debug the test with Attach to Jest

Refs