MLH-Fellowship / 0.4.1-Execute.ly-server

Server: Edit and execute handwritten or any code in an image right in your browser.
MIT License
20 stars 7 forks source link
expressjs jest nodejs typescript

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

Refs