run-react
TypeScript icon, indicating that this package has built-in type declarations

2.2.5 • Public • Published

run-react

Run react project.

Install

npm i run-react -D

Add run-react to package.json

"run-react"{
    "entrys": [
        "docs/index.tsx"
    ],
    "dlls": [
        "react",
        "react-dom"
    ],
    "production": {
        "path": "built",
        "filename": "bundle.js"
    }
}

Or add run-react.json in root dir

{
    "entrys": [
        "docs/index.tsx"
    ],
    "dlls": [
        "react",
        "react-dom"
    ]
}

start dev server

run-react develop

production build

run-react production

test

run-react test

Readme

Keywords

none

Package Sidebar

Install

npm i run-react

Weekly Downloads

2

Version

2.2.5

License

ISC

Unpacked Size

1.77 MB

Total Files

41

Last publish

Collaborators

  • ascoders