Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 747 Bytes

File metadata and controls

26 lines (26 loc) · 747 Bytes

CodeRun

Simple code editor web app with real time preview & save progress.

Features:

  • real time preview of the written code
  • real time development progress save.
  • error reports
  • syntax highlighting
  • autocompletion

Dependencies:

  • nodejs
  • express
  • Web Sockets (socket.io)
  • codemirror

Installation guide:

  • Make sure you have nodejs, npm installed
  • Run the command below to install dependencies
    npm i

Installation guide (developer mode):

  • Run the command below to install developer dependencies
    npm i && npm i --only=dev

Run guide:

  • Run the below command to start the application
    npm run start

Run guide (developer mode):

  • Run the below command to start the application in developer mode
    npm run dev