Skip to content

Latest commit

 

History

History

react-airbnb-clone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Airbnb Example

This is an Airbnb clone sample based on another example made by Antonio Erdeljac. (video)

The example was ported from Next.js to vanilla React using React Router for the purposes of showcasing the use of federated components with Zephyr.

To run:

pnpm i
pnpm dev

To build

# You need to first build the remotes in order for the host to attach them to the application
pnpm build-remotes
pnpm build-host