Jason Rivard bd19e88364 Merge branch 'v1_9' of https://github.com/pwm-project/pwm into v1_9 4 lat temu
..
images f09bef4e71 license updates 6 lat temu
src 644a4221ec dependency updates 4 lat temu
test f09bef4e71 license updates 6 lat temu
vendor f09bef4e71 license updates 6 lat temu
.gitignore 9bbc4899ac update gitignore 6 lat temu
README.md 534f7f5aea Moved angular project files to the client folder 8 lat temu
package.json 644a4221ec dependency updates 4 lat temu
pom.xml bd19e88364 Merge branch 'v1_9' of https://github.com/pwm-project/pwm into v1_9 4 lat temu
tsconfig.json 9ee6a2d8b7 Finished moving the peoplesearch module underneath the "./src/modules" folder. 7 lat temu
tslint.json 534f7f5aea Moved angular project files to the client folder 8 lat temu
webpack.config.js ffb1e5376d Updated the column selector settings menu so the checkboxes are enabled, and function as expected. 6 lat temu

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