Menu

Built a CLI to scaffold React projects in one command — Vite, Tailwind, shadcn/ui, TypeScript all supported
📰
0

Built a CLI to scaffold React projects in one command — Vite, Tailwind, shadcn/ui, TypeScript all supported

Reddit r/reactjs·u/Significant_Net7399·about 1 month ago
#DhaEBT00
Reading 0:00
15s threshold

Built a CLI to scaffold React projects in one command — Vite, Tailwind, shadcn/ui, TypeScript all supported Hey r/reactjs, I got tired of running create-react-app or manually setting up Vite + Tailwind + TypeScript every time. So I built pic-li. npm install -g pic-cli-tool pic create my-app --stack react-vite --template tailwind-shadcn Templates available for React: default → React + Vite, ready to run tailwind → React + Vite + Tailwind CSS v3 tailwind-shadcn → React + Vite + Tailwind + shadcn/ui typescript → React + Vite + TypeScript Or use the interactive mode: pic create my-app (arrow key menus guide you through everything) You can also add integrations to existing React projects: pic add tailwind pic add eslint pic add docker pic add firebase And if you're going fullstack: pic create my-app --stack mern --template with-auth (React + Express + MongoDB + JWT auth all wired together) Just open sourced it — feedback on the generated React structure would be really helpful.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More