jamilvite
v0.1.0
Published
Scaffold Vite + React with Router, Tailwind, and W3.CSS
Downloads
99
Maintainers
Readme
jamilvite
Jamilvite scaffolds a Vite + React app with React Router, Tailwind CSS, and W3.CSS preconfigured.
Install
npm install -g jamilviteUsage
jamilvite create my-appOr via npx:
npx jamilvite@latest create my-appYou'll be prompted for:
- Project name (if not provided)
- TypeScript (Yes/No)
- W3.CSS inclusion mode (cdn or local)
What it generates
my-app/
index.html
package.json
vite.config.js
postcss.config.js
tailwind.config.js
src/
main.jsx
App.jsx
routes/
Router.jsx
pages/
Home.jsx
About.jsx
NotFound.jsx
components/
Nav.jsx
styles/
index.css
w3.cssTypeScript templates use .tsx and include tsconfig.json.
Getting started
cd my-app
npm install
npm run devLicense
MIT
