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

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)

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)