@palette-js/react-setup
v1.0.0
Published
This is a boiler plate generator repo.
Downloads
1
Readme
@palette-js/react-setup
This is a opinionated boiler plate generator repository. This cli tool generates a next js app with app router and a tailwind css setup, above which you can add the following templates,
- Login templates with hooks
- Socket templates
Install
npx @palette-js/react-setup <your-app-name>
Usage
cd <your-app-name>
npm i
npm run dev