Skip to content

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

Notifications You must be signed in to change notification settings

c0d3Gems/coderun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages