@jariberg/nx-react
v0.0.46
Published
React plugin for Nrwl Nx.
Downloads
13
Maintainers
Readme
@jariberg/nx-react
React plugin for Nrwl Nx.
https://vitejs.dev/ used as bundler and devserver.
Getting Started
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