Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 385 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 385 Bytes

Example tiny frontend Remix host

This is an example implementation of a Remix app consuming a remote React component at runtime with SSR.

If you're interested to learn about how it works, checkout the docs.

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.