Skip to main content

Book Universe - Single Codebase for React

This application is an implementation of Single Codebase for React.


Clone the samples repo using the following command:

git clone https://github.com/composiv/liveui-samples

Move to the appropriate directory:

cd samples/book-universe-single-codebase-react

Install required packages:

npm install

Start the application:

npm start

Start serving remote components:

npm run start-live

This command was defined on the scripts/package.json and runs @eclipse-muto/liveui start-live command. For more information about LiveUI CLI commands, please check it's documentation.