The Formation Framework template for starting react app project.
npm install @computerrock/toolchain-react-appThis 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
documentation.