Skip to content

sidhantunnithan/8085sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8085sim

8085sim is an open source online simulator and development environment for the Intel 8085 Microprocessor.

Info for Developers

Client Side

  • Uses React for rendering components with React Redux for state management.
  • Uses monaco-react for rendering the Code Editor with custom syntax highlighting, and custom themes.
  • Uses node-sass as CSS Preprocessor

Server Side

Setup for Developers

Client Side

  • Clone the repo and cd into Client
  • Run npm install
  • Run npm start

Server Side

  • Clone the repo and cd into Server
  • Run npm install
  • Run npm start