/AsyncIDE

Primary LanguageJavaScript

Synchronized Codepan

Quickstart

Run the Socket.io server

  1. Go to /server directory

  2. Install necessary module

 $ npm install
  1. Run server
 $ node app.js

Run codepan server

  1. Go to /codepan directory

  2. Install necessary module

 $ yarn install
  1. Run server
 $ yarn dev