Get Started

Get Started

Opening Project

  1. Clone the repository https://github.com/atomiv/atomiv-ng to get a copy of the source code.
  2. Open atomiv-ng in Visual Studio Code.

Angular Packages

Open up the Terminal in Visual Studio Code and run these commands.

The following installs the build-angular module:

npm install --save-dev @angular-devkit/build-angular

Run App

Run ng serve:

ng serve

You should see the success message:

** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **

Then open up http://localhost:4200/ in the browser and you should see the application.