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.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>
cd -ember-react
npm installnpm run start- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
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.