Skip to content

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

About

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

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages