Odemy is an open source udemy-like platform for course learning built with Angular 10. This was done as a personal project to improve several development skills.
// TODO: Complete
// TODO: Complete
This project was done using Angular 10. Therefore it features all scripts that come out-of-the-box with Angular.
First we need to install all dependencies
npm install
You can start the development server by running npm's script:
npm start
or using Angular CLI:
ng serve
Then we open our browser and navigate to http://localhost:4200/
// TODO: Complete
// TODO: Complete
The perfect place for collaboration is the development branch. All Pull Requests should be done to that branch, and those changes will eventually be pulled to the master branch.
This work is licensed under a GNU GENERAL PUBLIC LICENSE.