Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alydemah committed May 8, 2024
1 parent 2df67c6 commit ece7737
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/with-angular/README.md
@@ -1,4 +1,4 @@
# Turborepo starter
# Turborepo Angular starter

This is an official starter Turborepo.

Expand All @@ -7,7 +7,7 @@ This is an official starter Turborepo.
Run the following command:

```sh
npx create-turbo@latest
npx create-turbo@latest -e with-angular
```

## What's inside?
Expand All @@ -17,9 +17,9 @@ This Turborepo includes the following packages/apps:
### Apps and Packages

- `docs`: a [Next.js](https://nextjs.org/) app
- `web`: another [Next.js](https://nextjs.org/) app
- `web`: another [angular.io](https://angular.dev/) app
- `@repo/ui`: a stub React component library shared by both `web` and `docs` applications
- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `@repo/tsconfig`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo

Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).
Expand Down

0 comments on commit ece7737

Please sign in to comment.