Visit Nuacem application to see the UI
Medium, large & extra large screens. Mobile view support omitted intentionally.
- Clone the repo in cmd using:
git clone https://github.com/itsmehrd/nuacem-cw-app.git
- Change the directory to
nuacem-cw-app
in cmd using:cd nuacem-cw-app
- Set
legacy-peer-dependency
support for Angular v10 using:npm config set legacy-peer-deps true
- Install node modules using:
npm install
(ornpm install --legacy-peer-deps
if you excluded the step 3 above)
-
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. -
Navigate to
http://localhost:4200/
. The app will automatically reload if you change any of the source files.
- Run
npm run openssl-build
to build the project. The build artifacts will be stored in thedist/
directory. Use thenpm run openssl-build-prod-base-href-deploy
command for a production build.