pwm/client
2018-01-15 12:31:18 -08:00
..
images Moved angular project files to the client folder 2017-08-11 15:21:05 -06:00
src further update change password ui to add a dialog for failures submitted before typing verification completes. 2018-01-15 12:31:18 -08:00
vendor Don't forget the router 2017-08-14 08:57:21 -06:00
.gitignore Moved angular project files to the client folder 2017-08-11 15:21:05 -06:00
index.html Moved angular project files to the client folder 2017-08-11 15:21:05 -06:00
karma.conf.js Moved angular project files to the client folder 2017-08-11 15:21:05 -06:00
package-lock.json Updated to the latest node and npm versions for the client build. 2017-08-30 11:08:37 -06:00
package.json Refactored the change password javascript code to take advantage of angular features. 2017-09-15 15:47:12 -06:00
pom.xml add spotbugs to pom and fix existing detected issues 2017-10-23 08:03:07 -04:00
README.md Moved angular project files to the client folder 2017-08-11 15:21:05 -06:00
tsconfig.json Moved angular project files to the client folder 2017-08-11 15:21:05 -06:00
tslint.json Moved angular project files to the client folder 2017-08-11 15:21:05 -06:00
webpack.build.js Refactored the change password javascript code to take advantage of angular features. 2017-09-15 15:47:12 -06:00
webpack.common.js Moved angular project files to the client folder 2017-08-11 15:21:05 -06:00
webpack.dev.js Refactored the change password javascript code to take advantage of angular features. 2017-09-15 15:47:12 -06:00
webpack.test.js Moved angular project files to the client folder 2017-08-11 15:21:05 -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