Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 926 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 926 Bytes

Crux UI

This project was generated with Angular CLI version 16.1.7.

Run Application locally

Run npm install to install all the dependency packages first.

Before running application make sure the localize : false flag inside angular.json -> under build is marked false.

If you want to run application with different locale set localize : ['<Locale_code>'] under angular.json -> under build.

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

Build

Run npm install to install all the dependency packages first.

Before making build make sure the localize: true flag inside angular.json -> under build is marked true.

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.