I made this LMS application with a built in code editor while I was learning React. It is made using Ant Design React Components.
Follow these steps to get your LMS App up and running:
-
Install dependencies:
npm install
-
Start the development server:
npm start
Your app will be accessible at http://localhost:3000 by default.