This project was generated with Angular CLI version 7.0.2.
For development, you will require NodeJS and the npm package manager. (Installing NodeJS should also install npm) Once npm is available on your machine, you can install Angular CLI globally using the following command in your console:
sudo npm install -g @angular/cli
Then, install the dependencies in the vrem-ui folder (you might need to apt install build-essential
first) using
npm install
That's it. Now you should be ready to run VREM-ui!
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.