# @nxext/preact

[![License](https://img.shields.io/npm/l/@nxext/preact.svg?style=flat-square)]()
[![nxext windows CI](https://github.com/DominikPieper/nx-extensions/workflows/nxext%20windows%20CI/badge.svg)]()
[![nxext macos CI](https://github.com/DominikPieper/nx-extensions/workflows/nxext%20macos%20CI/badge.svg)]()

## Getting Started

Add this plugin to an Nx workspace:

```
yarn add --dev @nxext/preact
```

or

```
npm install @nxext/preact --save-dev
```

Generate your project:

```
nx g @nxext/preact:app my-app
```

Or a library with:

```
nx g @nxext/preact:library my-lib
```

#Use your project

- Run `nx build my-app` to build the app
- Run `nx test my-app` to test the app
- Run `nx e2e my-app` to run the e2e tests

#Documentation

The full docs are found [here](https://nxext.dev/docs/preact/overview)
