@computerrock/toolchain-react-app
Version:
The Formation Framework template for starting react app project.
14 lines (9 loc) • 470 B
Markdown
# /toolchain-react-app
This is the React app project bundler based on Webpack 5. It supports the standard framework for React apps used
in Computer Rock.
It is used through `/tjs-template-react-app` and Toolchain CLI:
```shell
$ npx create-toolchain my-project-name --template /react-app
```
For detailed usage of Toolchain CLI, please check [create-toolchain](https://github.com/Toolchain-JS/create-toolchain)
documentation.