Building Code Runner - Part #0
A series of articles on how to build a simple web app which serves an online IDE using the MERN stack to run code in multiple languages.
May 23, 20212 min read302

Search for a command to run...

Series
In this series, we will learn to build an online IDE using the MERN stack (MongoDB, Express, React and Node). Checkout runcode.ml to see the working demo.
A series of articles on how to build a simple web app which serves an online IDE using the MERN stack to run code in multiple languages.

Learning how to create mind maps to understand what's needed for the project and setting up the project folder with required dependencies quickly.

Building a backend server application using Node.js, Express and JDoodle API to execute scripts and return the output as response.
