@jason-trib/create-react-starter-template
v2.0.4
Published
A tool for quickly bootstraping a React app (similar to create-react-app) with a pre-configured development setup
Readme
@jason-trib/create-react-starter-template
A tool for quickly bootstraping a React app (similar to create-react-app) with a pre-configured development setup
Sets up a React + TypeScript + Vite + Tailwind environment
Includes an eslint + stylelint + prettier configuration to help you get straight into development
Getting started
Usage: "npx @jason-trib/create-react-starter-template <your-project-name>"
npx @jason-trib/create-react-starter-template my-appcd my-appInstall packages and start dev server
npm installnpm run dev