Run react project.
npm i run-react -D
"run-react": {
"entrys": [
"docs/index.tsx"
],
"dlls": [
"react",
"react-dom"
],
"production": {
"path": "built",
"filename": "bundle.js"
}
}
{
"entrys": [
"docs/index.tsx"
],
"dlls": [
"react",
"react-dom"
]
}
run-react develop
run-react production
run-react test