Socket
Socket
Sign inDemoInstall

codeinbrowser

Package Overview
Dependencies
63
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    codeinbrowser

## Presentation


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

CodeInBrowser

Presentation

code-server or Theia like cloud IDE. This one is designed to be fast and responsive on almost every devices with.

Developpement

Structure

Two folders: web and server. server is the main folder. It contains the Express app that runs CIB. web folder is the React project.

When we build the app, it builds React first, then move the bundle to the Express app in src/webapp folder.

When we run CIB in developpment mode, src/webapp isn't loaded. In developpment mode, we run Vite dev server and Express server at the same time.

Scripts

Global "/"

  • yarn dev: Start the developpment server of CIB on port 3000 (React with proxy for Express which is on port 3005).
  • yarn build: Put bundled React app into Express and binaries in "/output".

FAQs

Last updated on 21 Nov 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc