# @computerrock/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 `@computerrock/tjs-template-react-app` and Toolchain CLI:

```shell
$ npx create-toolchain my-project-name --template @computerrock/react-app
```

For detailed usage of Toolchain CLI, please check [create-toolchain](https://github.com/Toolchain-JS/create-toolchain)
documentation.
