Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 624 Bytes

File metadata and controls

20 lines (12 loc) · 624 Bytes

devda website frontend

Development

Setup

Be sure that you have installed nvm:

After that please use the nodeJS Version 18.12.0 with the command nvm install 18.12.0 followed by nvm use 18.12.0.

The next step is to install angular cli globaly:

  • npm install -g @angular/cli

Now you can use npm install in the ./ directory.

Run the Application

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