Skip to content

itsmehrd/nuacem-cw-app

Repository files navigation

NuacemCwApp

Visit Nuacem application to see the UI

Best viewed on

Medium, large & extra large screens. Mobile view support omitted intentionally.

Setting up the local

  1. Clone the repo in cmd using: git clone https://github.com/itsmehrd/nuacem-cw-app.git
  2. Change the directory to nuacem-cw-app in cmd using: cd nuacem-cw-app
  3. Set legacy-peer-dependency support for Angular v10 using:npm config set legacy-peer-deps true
  4. Install node modules using: npm install (or npm install --legacy-peer-deps if you excluded the step 3 above)

Development server

  1. Run npm run openssl-start for a dev server (to let the app run on your local machine, even if the node version on your local machine mismatches with that of angular v10 requirement). This project was generated with Angular CLI version 10.2.1.

  2. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

  1. Run npm run openssl-build to build the project. The build artifacts will be stored in the dist/ directory. Use the npm run openssl-build-prod-base-href-deploy command for a production build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published