Skip to content

Instantly share code, notes, and snippets.

@jeffersoncechinel
Created April 10, 2024 14:51
Show Gist options
  • Save jeffersoncechinel/caaf51246c43bc3ddd65d89ba806ef6c to your computer and use it in GitHub Desktop.
Save jeffersoncechinel/caaf51246c43bc3ddd65d89ba806ef6c to your computer and use it in GitHub Desktop.
[nextjs] nextjs chadcn
#!/bin/bash
# create next app
pnpm create next-app project-name
# install chadcn-ui
pnpm dlx shadcn-ui@latest init
# add shadcn components
pnpm dlx shadcn-ui@latest add
# run dev sever
pnpm dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment