Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codeinbrowser

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codeinbrowser

## Presentation

  • 0.0.1-0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 21 Nov 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc