Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kmturley/angular-lms-course
- Owner: kmturley
- Created: 2019-03-12T02:52:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T18:58:08.000Z (over 3 years ago)
- Last Synced: 2024-05-02T00:59:42.101Z (7 months ago)
- Language: TypeScript
- Size: 2.71 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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