/workspace ➜
{typing('npx create-nx-workspace ludicrous-narwhals').map(
(x) => x
)}
{/*LOADING*/}
{/*FRAMEWORK SELECTION*/}
What to create in the new workspace{' '}
react [a workspace with a single React application]
{/*SELECTION ARROW*/}
❯
apps{' '}
[an empty workspace with no plugins with a layout that
works best for building apps]
core{' '}
[an empty workspace with no plugins set up to publish npm
packages (similar to yarn workspaces)]
ts{' '}
[an empty workspace with the JS/TS plugin preinstalled]
react{' '}
[a workspace with a single React application]
angular{' '}
[a workspace with a single Angular application]
next.js{' '}
[a workspace with a single Next.js application]
gatsby{' '}
[a workspace with a single Gatsby application]
nest{' '}
[a workspace with a single Nest application]
express{' '}
[a workspace with a single Express application]
web components{' '}
[a workspace with a single app built using web components]
react-native{' '}
[a workspace with a single React Native application]
react-express{' '}
[a workspace with a full stack application (React +
Express)]
angular-nest{' '}
[a workspace with a full stack application (Angular + Nest)]
(Use arrow keys)
{/*APPLICATION NAME*/}
Application name{' '}
{typing('tuxboard', 7).map((x) => x)}
{/*STYLESHEET FORMAT*/}
Default stylesheet format{' '}
styled-components [
https://styled-components.com
]
{/*SELECTION ARROW*/}
❯
CSS
SASS(.scss) [
https://sass-lang.com
]
Stylus(.styl)[
https://stylus-lang.com
]
LESS [
https://lesscss.org
]
styled-components [
https://styled-components.com
]
emotion [
https://emotion.sh
]
styled-jsx [
https://www.npmjs.com/package/styled-jsx
] (Use arrow keys)
{/*NX CLOUD*/}
Use Nx Cloud? (It's free and doesn't require registration.){' '}
Yes
{/*SELECTION ARROW*/}
❯
Yes
No
(Use arrow keys)
{/*CREATING NX WORKSPACE*/}
NX Nx is
creating your workspace. To make sure the command works
reliably in all environments, and that the preset is applied
correctly, Nx will run "yarn install" several times. Please
wait.
Creating your workspace
{/*LOADING*/}
{/*NX WORKSPACE CREATED*/}
NX SUCCESS
{' '}
Nx has successfully created the workspace.