### This command will generate a new React project in the libs folder and it will also add all the required script targets in your workspace.json
### This command will generate a new React library (React Component) in the libs folder and it will also add all the required script targets in your project.json
```bash
nx g @nrwl/react:lib ui
```
@ -7,11 +7,15 @@ nx g @nrwl/react:lib ui
```bash
nx g @nrwl/react:storybook-configuration --name=ui
```
### This command will generate a new React Story in selected library (component)