Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 453 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 453 Bytes

WelshAcademy

A basic Angular project using:

  • Transloco for i18n
  • NgXS for state management
  • ng-mocks to make easy mocks in unit tests
  • Angular Material for fast design

Run

# With npm
  npm install
  npm start
  # and go to http://localhost:4200

# With docker
  docker build . -t welshacademy
  docker run --rm -it -p 8100:8100 welshacademy
  # and go to http://localhost:8100

Unit Test

  npm install
  npm test