Kitchen Sink

Kitchen Sink

Category
Project
Excerpt

Featured At
Home Page
Tags

NPM Package

I wanted to quickly scaffold my frontend projects with a simple script that leverages vites create script and installs some packages and some boilerplate code to speed up development time.

npm install -g react-vite-kitchen-sink
npx react-vite-kitchen-sink <project-name> [additional-packages]

This is published on Github and in NPM and can be openly contributed too.