@msbc/react-starter
v1.0.5
Published
MSBC React starter CLI for creating production-ready React + Vite + TypeScript apps.
Maintainers
Readme
MSBC React Starter
Create an MSBC React starter app with one command.
Usage
npx @msbc/react-starter my-appWith automatic dependency installation:
npx @msbc/react-starter my-app --installUsing pnpm:
npx @msbc/react-starter my-app --install --pnpmGenerated Stack
- React
- Vite
- TypeScript
- Tailwind CSS
- React Router
- MSBC UI/config/data packages
Local Test Before Publishing
npm link
react-starter my-test-app
cd my-test-app
npm install
npm run devPublish
npm login
npm publish --access public