UNPKG

@arnelirobles/create-rnxjs-app

Version:

Scaffolding tool for rnxJS applications

50 lines (34 loc) • 932 B
# create-rnxjs-app The official scaffolding tool for [rnxJS](https://www.npmjs.com/package/@arnelirobles/rnxjs). Quickly bootstrap a new rnxJS application with Vite and Bootstrap pre-configured. ## šŸš€ Usage With **npm**: ```bash npm create @arnelirobles/rnxjs-app@latest # OR npx @arnelirobles/create-rnxjs-app@latest ``` With **yarn**: ```bash yarn create @arnelirobles/rnxjs-app ``` With **pnpm**: ```bash 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. - **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 ā”œā”€ā”€ package.json └── ... ``` ## šŸ“„ License MIT