run-react
v2.2.5
Published
run webpack!
Downloads
36
Readme
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