Jason Rivard e10fa6e430 further update change password ui to add a dialog for failures submitted before typing verification completes. 7 năm trước cách đây
..
images 534f7f5aea Moved angular project files to the client folder 8 năm trước cách đây
src e10fa6e430 further update change password ui to add a dialog for failures submitted before typing verification completes. 7 năm trước cách đây
vendor 3c97bfa387 Don't forget the router 8 năm trước cách đây
.gitignore 534f7f5aea Moved angular project files to the client folder 8 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
index.html 534f7f5aea Moved angular project files to the client folder 8 năm trước cách đây
karma.conf.js 534f7f5aea Moved angular project files to the client folder 8 năm trước cách đây
package-lock.json 0348f4c8b0 Updated to the latest node and npm versions for the client build. 7 năm trước cách đây
package.json f5e87c31d8 Added the ability to do live-editing of client-side code during development. 7 năm trước cách đây
pom.xml 6fb5f22e19 add spotbugs to pom and fix existing detected issues 7 năm trước cách đây
tsconfig.json 534f7f5aea Moved angular project files to the client folder 8 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.build.js 4bd57c4731 Refactored the change password javascript code to take advantage of angular features. 7 năm trước cách đây
webpack.common.js 534f7f5aea Moved angular project files to the client folder 8 năm trước cách đây
webpack.dev.js 4bd57c4731 Refactored the change password javascript code to take advantage of angular features. 7 năm trước cách đây
webpack.test.js 534f7f5aea Moved angular project files to the client folder 8 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