Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kmturley/angular-lms-course

Example project using Angular to create custom LMS courses
https://github.com/kmturley/angular-lms-course

Last synced: 1 day ago
JSON representation

Example project using Angular to create custom LMS courses

Awesome Lists containing this project

README

        

# 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