@arnelirobles/create-rnxjs-app
v1.1.0
Published
Scaffolding tool for rnxJS applications
Maintainers
Readme
create-rnxjs-app
The official scaffolding tool for rnxJS.
Quickly bootstrap a new rnxJS application with Vite and Bootstrap pre-configured.
🚀 Usage
With npm:
npm create @arnelirobles/rnxjs-app@latest
# OR
npx @arnelirobles/create-rnxjs-app@latestWith yarn:
yarn create @arnelirobles/rnxjs-appWith pnpm:
pnpm create @arnelirobles/rnxjs-app🛠 What's Included?
- Vite: Blazing fast dev server and bundler.
- Bootstrap 5: Pre-loaded for styling.
- rnxJS: The minimalist component system.
- Intellisense: Pre-configured
jsconfig.jsonfor excellent VS Code support. - Example Component: A working Counter component to get you started.
📦 Project Structure
my-app/
├── src/
│ └── main.js # Entry point with component registration
├── index.html # Main HTML file
├── jsconfig.json # Intellisense configuration
├── package.json
└── README.md # Project documentation📄 License
MIT
