Skip to content

Latest commit

 

History

History

README.md

CodeBox - Desktop App

How the project is laid out

  • index.js has the Electron app settings
  • index.html is the main page in the app
  • index.css houses the styles for index.html
  • main.js has the JavaScript for index.html
  • monaco-editor/ has a JS file for the monaco editor to run (This is from the people who made the editor)
  • offline/ has the offline version of the app as monaco editor requires a connection to fetch its source code
  • assets/ has the assets
  • package-lock.json has the npm details
  • package.json has the project details