create-liferay-react-cx is an npm package that helps you quickly create a ready-to-use React Client Extension for Liferay.
Introducing create-liferay-react-cx
create-liferay-react-cx is an npm package that helps you quickly create a ready-to-use React Client Extension for Liferay.
Run this command to get started:
or
Why This Tool?
While working with Liferay, I noticed that setting up a React Client Extension repeatedly required:
- Creating the React project manually
- Writing configuration files
- Managing boilerplate code
This process was time-consuming and repetitive.
There wasn’t a simple “create app” style solution—so I decided to build one.
What It Does?
With a single command, the tool:
- Scaffolds a complete React Client Extension
- Sets up the required structure
- Handles initial configuration
- Gets your project ready to run immediately
This allows developers to focus on building features instead of setup.
