jrivard@gmail.com 0e7e680de3 updates for java 11 6 năm trước cách đây
..
images 3586b75ed7 ng-ias added to peoplesearch and helpdesk. Removed majority of ux module. 7 năm trước cách đây
src 0b6cdc4806 Updated the code to no longer show the new password if the password type is random. Also fixed a NullPointerException in the random password generator. 6 năm trước cách đây
test 78948e6b4d Reworked client-side build environment. 7 năm trước cách đây
vendor 1e5562f8a2 header updates 7 năm trước cách đây
.gitignore 08b82ce0ba integrated docker builds 7 năm trước cách đây
README.md 534f7f5aea Moved angular project files to the client folder 8 năm trước cách đây
package-lock.json 383dbbaa88 Updating package-lock.json 7 năm trước cách đây
package.json f1fca3d39d Fixed a problem where text from the person details dialog is bleeding onto other elements on the page. 6 năm trước cách đây
pom.xml 0e7e680de3 updates for java 11 6 năm trước cách đây
tsconfig.json 9ee6a2d8b7 Finished moving the peoplesearch module underneath the "./src/modules" folder. 7 năm trước cách đây
tslint.json 534f7f5aea Moved angular project files to the client folder 8 năm trước cách đây
webpack.config.js 78948e6b4d Reworked client-side build environment. 7 năm trước cách đây

README.md

Set up

Build

Run the following commands

  1. npm install
  2. npm run build

Setup Development Environment

Run the following commands

  1. npm install
  2. npm start
  3. npm test (optional)

Useful commands

  • npm run build Starts a production build
  • npm start Starts the development environment, which watches your system for any file changes and rebuilds automatically. It also serves the dist/ folder from http://localhost:4000/
  • npm run clean Cleans dist/ directory
  • npm test Starts test environment, which will watch your system for any file changes, rebuild your code, and run unit tests
  • npm run test-single-run Builds the code and runs all unit tests a one time

Known Issues

Visual Studio Code