pwm/client
2019-06-18 14:46:29 -04:00
..
images license updates 2019-06-18 14:20:56 -04:00
src license updates 2019-06-18 14:20:56 -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 Updated the column selector settings menu so the checkboxes are enabled, and function as expected. 2019-05-30 09:25:47 -06:00
pom.xml update to v1.9.0 2019-06-18 14:46:29 -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