Site icon The Perpetual Student

Codeanywhere Angular CLI

Angular

Using Codeanywhere and you’re developing in a container provided by them? If you’re developing an Angular application, use the following command to expose your app so you can view the development build:


ng serve --host 0.0.0.0 --port 3000 --disable-host-check

Note the following about CA:

Exit mobile version