Commit d889e87f authored by ioedeveloper's avatar ioedeveloper

Added guide for generating react libs

parent f3cca92f
# remix-ui
This library was generated with [Nx](https://nx.dev).
## Steps To Generate React Lib
- Install **NxConsole** vscose extension
- Create new copy of **tsconfig.json**
- Rename it to **tsconfig.base.json**
- Open **NxConsole** extension
- Click generate option
- Select **@nrwl/react -Library**
- Enter library name
- Set **directory** to **remix-ui**
- Set **importPath** to **@remix-ui/{library-name}**
- Click the run button in the top right corner of the generate page.
- Update **tsconfig.json** with updates added to **tsconfig.base.json**
- Delete **tsconfig.base.json**
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment