A package that lets you create new projects based on templates I use frequently.
This template creates a basic single-page Vite + React app
This template creates a basic Vite + React + React Router app, including one route
This template creates a simple API using Express
This template creates a basic NextJS application with a custom app component
npm create bludood@latest
You can optionally pass two positional arguments. The first is for the project name, and the secound for a template name.
Example:
npm create bludood@latest ReactProject react