Skip to content

kmturley/angular-lms-course

Repository files navigation

angular-lms-course

Example project using:

  • Angular 7.2.x
  • SCSS

Installation

Install dependencies using:

npm install

Usage

Run the server:

npm start

View the frontend at:

http://localhost:4200/

Build

Build and zip up a production version:

npm run build

Altenatively building with a non-relative base url:

ng build --prod --base-href=https://www.domain.com

Directory structure

/src                      --> Frontend source files

Contact

For more information please contact kmturley

About

Example project using Angular to create custom LMS courses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published