Skip to content

Files

Latest commit

56f5675 · May 5, 2023

History

History
This branch is up to date with ravi2krishna/lms:main.

webapp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
May 5, 2023
Mar 31, 2023
Feb 22, 2023
Mar 21, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023
Feb 22, 2023

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.