pwm/client
2021-08-14 19:40:01 -04:00
..
images license updates 2019-06-18 14:20:56 -04:00
src dependency updates 2021-08-14 18:50:55 -04:00
test license updates 2019-06-18 14:20:56 -04:00
vendor license updates 2019-06-18 14:20:56 -04:00
.gitignore update gitignore 2018-11-15 04:39:17 -05:00
package.json dependency updates 2021-08-14 18:50:55 -04:00
pom.xml Merge branch 'v1_9' of https://github.com/pwm-project/pwm into v1_9 2021-08-14 19:40:01 -04:00
README.md Moved angular project files to the client folder 2017-08-11 15:21:05 -06:00
tsconfig.json Finished moving the peoplesearch module underneath the "./src/modules" folder. 2018-03-16 10:09:55 -06:00
tslint.json Moved angular project files to the client folder 2017-08-11 15:21:05 -06:00
webpack.config.js Updated the column selector settings menu so the checkboxes are enabled, and function as expected. 2019-05-30 09:25:47 -06:00

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