Create React Client Extensions in Liferay with One Command

create-liferay-react-cx is an npm package that helps you quickly create a ready-to-use React Client Extension for Liferay.

Laxit Khanpara
Laxit Khanpara
Less Than a Minute Read

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:

npx create-liferay-react-cx
or
npm create liferay-react-cx

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.

Page Comments

Related Assets...

No Results Found

More Blog Entries...