React plugin for Nrwl Nx.
npm install @jariberg/nx-react https://vitejs.dev/ used as bundler and devserver.
Add plugin to an Nx workspace.
```
$ npm install --save-dev @jariberg/nx-react
Generate application.
``
$ nx g @jariberg/nx-react:app my-app
Initialize with updated configurations after plugin upgrade.
``
$ nx g @jariberg/nx-react:init my-app
Build application for production.
``
$ nx build my-app
Serve application for development with Vite devserver.
```
$ nx serve my-app