honzaap / Systemizer

A system design tool that allows you to simulate data flow of distributed systems.
https://honzaap.github.io/Systemizer/
GNU General Public License v3.0
1.39k stars 89 forks source link

Update README.md #49

Closed marefati110 closed 3 years ago

honzaap commented 3 years ago

I dont understand... npm run start runs ng serve anyways. There is literally no difference...

marefati110 commented 3 years ago

to run project should use npm run ng serve or npm run start not ng serve

honzaap commented 3 years ago

Ok, but why? What is the difference? The project was created using Angular CLI, running ng serve to start a project is a standard procedure, there is nothing wrong or bad with it...

marefati110 commented 3 years ago

The difference is that when someone does not installed ng globally on their system, they can not start the project and receive an error its good that the execution of the project does not depend on a specific program that must installed before.

honzaap commented 3 years ago

Oh ok, that makes sense... you should've said that from the start, I'll merge it then.