Added project run info

This commit is contained in:
itdominator 2024-01-22 21:22:41 -06:00
parent 2bb184b045
commit fe8bed112c
1 changed files with 5 additions and 3 deletions

View File

@ -76,7 +76,9 @@ pnpm setup # Add output to given bashrc
pnpm -g i nx
## Create Workspace ##
npx create-nx-workspace@latest <workspace name>
## Create Workspace Using NX Workspaces with pnpm Specified as Package Manager ##
npx --pm pnpm create-nx-workspace@latest <workspace name>
**** CD Into Project ****
pnpm i # Install deps as needed
nx serve <project-name>