/mic-1-bachelor

Web-based MIC-1 emulator and toolbox

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

extended-mic-1-toolbox

Web-based MIC-1 emulator and toolbox with Graphical Output Capabilities.

Installation

run npm install to install all dependencies

Serving the App

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Running Demo Code

This emulator includes three demos. To load a demo, open the Getting Started dialog in the top right corner and select one of the three demos.

Possible Problems

After serving, you may receive an error stating that you do not have Angular Core. If this occurs, simply run npm i @angular/core -s to resolve the issue.