create-mice-app
v1.0.7
Published
Create mice.js apps with one command
Maintainers
Readme
Create Mice App
Create mice.js apps with one command - a lightweight and modern web application generator.
Quick Start
npm create mice-app my-app
cd my-app
npm run devFeatures
- 🚀 Zero configuration setup
- ⚡️ Lightning fast with Vite
- 📦 Component-based architecture
- 🔄 Live reload during development
- 🎨 Bootstrap 5 integration
- 📱 Responsive by default
- 🛠 Simple and intuitive routing
- 🎯 Template engine with dynamic data
Project Structure
my-app/
├── src/
│ ├── components/ # Your custom components
│ ├── pages/ # Your pages
│ └── main.js # Entry point
├── public/
│ └── styles/ # Static assets
├── index.html # HTML entry
└── package.json # Project configCore functionality (@micejs/core) is installed in node_modules.
Available Templates
default- Basic Mice.js appvite- Vite + Mice.js setupreact- React + Mice.js setup
Author
License
MIT © Kudzie Mukungurutse
