simple-jsx-react

1.1.1 • Public • Published

A simple CLI tool for creating a basic React app

Installation

npm i simple-jsx-react --save

Usage

Init app

npx simple-jsx-react APP-NAME
cd APP-NAME

Run code

npm run dev

ESM Usage

I have included a jquery-like way of selecting elements in the dom

Import

import $ from "simple-jsx-react"

Usage

const body = $("body");
const root = $("#root");
const buttons = $("button");
const containers = $(".containers");

/simple-jsx-react/

    Package Sidebar

    Install

    npm i simple-jsx-react

    Weekly Downloads

    3

    Version

    1.1.1

    License

    ISC

    Unpacked Size

    2.74 kB

    Total Files

    3

    Last publish

    Collaborators

    • froggythegamer