https://github.com/oliveirad4vi/trakto-platform
This is an Angular 2+ project that follows the prototype provided by Trakto Education and allows the user to authenticate, access Trakto TV modules and view their newly edited designs
https://github.com/oliveirad4vi/trakto-platform
angular scss typescript
Last synced: 2 months ago
JSON representation
This is an Angular 2+ project that follows the prototype provided by Trakto Education and allows the user to authenticate, access Trakto TV modules and view their newly edited designs
- Host: GitHub
- URL: https://github.com/oliveirad4vi/trakto-platform
- Owner: oliveiraD4vi
- Created: 2023-04-21T11:46:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T15:25:01.000Z (about 3 years ago)
- Last Synced: 2025-10-20T10:01:55.241Z (8 months ago)
- Topics: angular, scss, typescript
- Language: TypeScript
- Homepage: https://trakto-platform.vercel.app
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trakto TV Angular App
This is an Angular 2+ project that follows the prototype provided by Trakto Education and allows the user to authenticate, access Trakto TV modules and view their newly edited designs.
## Deploy
Deploy link: [Trakto TV](https://trakto-platform.vercel.app/login)

## Technologies
- Angular 15.2.0
- TypeScript 4.9.4
- rxjs 7.8.0
- husky 8.0.3
- ESLint 8.33
- prettier 2.8.7
## Instructions for Running the Project
You will need [Node 18+](https://nodejs.org/en), [Git](https://git-scm.com/) and [AngularCLI](https://angular.io/) installed on your machine to run this project.
After cloning the repository, install the project's dependencies with the following command:
```
# npm
npm install
# yarn
yarn
```
With the dependencies properly installed, start the local server with the following command:
```
# Angular CLI
ng serve
# Scripts
npm start
```
Open your browser and go to http://localhost:4200/.
Note: Before running the app, make sure you have created a free Trakto account and created some documents from any available template so that you can view your material in the app.
### Thanks
Thank you for considering this project! If you have any questions or suggestions, feel free to get in touch.