Skip to content

An NPM package to be used to generate a UI for any rest API with the option to do additional modifications manually

Notifications You must be signed in to change notification settings

vormadal/rest-ui

Repository files navigation

Use nx

Create new library or application

Before using any of the plugins, it needs to be installed.

npx nx add @nx/react
# or
npx nx add @nx/node

Then you can run:

# react library
npx nx g @nx/react:lib libs/<project_name>

# node library
npx nx g @nx/node:lib libs/<project_name>

# node application
npx nx g @nx/node:application apps/<project_name>

Add shadcn/ui components

cd .\libs\ui
npx shadcn@latest add <component_name>

Manage database

from the libs/rui-database folder

# update 
npx prisma generate

About

An NPM package to be used to generate a UI for any rest API with the option to do additional modifications manually

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •