Skip to content

hfesc/-ember-react

Repository files navigation

shadcn/ui + Ember demo

This project reproduces the ui.shadcn.com landing page inside an Ember 6.4 application. The React components from shadcn/ui are rendered through @universal-ember/react, allowing us to embed modern React component libraries in classic Ember routes without losing reactivity or DX.

Prerequisites

You will need the following things properly installed on your computer.

Installation

git clone <repository-url>
cd -ember-react
npm install

Running / Development

npm run start

Available scripts

  • npm run start – start the local development server with live reload.
  • npm run build – create a production build (dist/).
  • npm run lint – run the configured lint tasks.
  • npm run test – execute linting and Ember tests in CI mode.

Further Reading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published