You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Angular web application for disassembling MicroJava object files.
6
+
You can find more about MicroJava and the compiler which generates object files [here](https://github.com/DanijelAskov/microjava-compiler).
7
+
8
+
## Development server
9
+
10
+
Run `ng serve` for a dev server.
11
+
Navigate to `http://localhost:4200/`.
12
+
The app will automatically reload if you change any of the source files.
13
+
14
+
## Code scaffolding
15
+
16
+
Run `ng generate component component-name` to generate a new component.
17
+
You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
18
+
19
+
## Build
20
+
21
+
Run `ng build` to build the project.
22
+
The build artifacts will be stored in the `dist/` directory.
23
+
Use the `--prod` flag for a production build.
24
+
25
+
## Further help
26
+
27
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
28
+
29
+
## Note to the reader of this README
30
+
31
+
If you have any question, suggestion or collaboration offer, please feel free to [contact me](mailto:danijel.askov@gmail.com).
32
+
**If you find this repository useful, please consider starring it!**
0 commit comments