Created
April 10, 2024 14:51
-
-
Save jeffersoncechinel/caaf51246c43bc3ddd65d89ba806ef6c to your computer and use it in GitHub Desktop.
[nextjs] nextjs chadcn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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