Jason Rivard c9864ae7e9 maven and dependency updates 1 ano atrás
..
angular 6013f4022f remove deprecated and broken html email template editor 2 anos atrás
README.md 534f7f5aea Moved angular project files to the client folder 8 anos atrás
pom.xml c9864ae7e9 maven and dependency updates 1 ano atrás

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