/aws-ci-cd-lms

Demo App for AWS CI - CD

Primary LanguageTypeScript

Konamars LMS

App environments

Environment Git Branch
production main
dev dev
qa qa

Run project locally

  • Install node modules with npm install
  • Run local dev server with npm dev

Run in production

  • Install node modules with npm install
  • Build with npm build
  • Serve generated dist/ folder with a production web server

View the deployment resource in azure cloud portal at here.