https://github.com/fandredev/angular-18-features
Cloning the Duolingo for Schools page using new version angular (v18)
https://github.com/fandredev/angular-18-features
angular angular18 duolingo github-actions html karma karma-jasmine sass typescript
Last synced: 3 months ago
JSON representation
Cloning the Duolingo for Schools page using new version angular (v18)
- Host: GitHub
- URL: https://github.com/fandredev/angular-18-features
- Owner: fandredev
- Created: 2024-05-28T22:53:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-21T17:32:44.000Z (about 1 year ago)
- Last Synced: 2025-06-01T09:59:56.200Z (4 months ago)
- Topics: angular, angular18, duolingo, github-actions, html, karma, karma-jasmine, sass, typescript
- Language: TypeScript
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Stack used
## Authors
[@fandredev](https://www.linkedin.com/in/devfandre/)# Installation:
## First, clone this repository.
```bash
git clone git@github.com:fandredev/angular-18-features.git
```## Install dependencies.
```bash
cd angular-18-features && pnpm install
```
## Run development server
```bash
pnpm run start
```
- or using ```launch.json``` file (if you use vscode)## Run tests
```bash
pnpm run test
```## Feedback
If you have any feedback, please let us know via profissionalf.andre@gmail.com
## Referencies
- [Angular v18](https://angular.dev/)
- [Conventional Commits](https://github.com/angular/angular/blob/main/CONTRIBUTING.md)
- [pnpm](https://pnpm.io/pt/)
- [karma](https://karma-runner.github.io/latest/index.html)