Start a new react-standalone with NX, Material UI, and Design System support
Use create-nx-workspace command:
pnpx create-nx-workspace@latest --commit.email=nicoandres.rodriguez@gmail.com --commit.name=nicoandres --docker=true --packageManager=pnpm --preset=react-standalone --name=demo-project --bundler=vite --style=emotion
parameters:
name
value
--commit.email
sets the commit email
--commit.name
sets commit name
--docker=true
Generate a Dockerfile with your node-server
--packageManager