@arnelirobles/create-rnxjs-app
Version:
Scaffolding tool for rnxJS applications
50 lines (34 loc) ⢠932 B
Markdown
# 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