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
阅读少于一分钟

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.

页面评论

Related Assets...

未找到结果

More Blog Entries...

Ben Turner
五月 15, 2026
David H Nebinger
五月 13, 2026