Reusable Admin Dashboard - Remix + Shadcn/ui
$ git clone https://github.com/2gbeh/marina-cms.git
$ cd marina-cms
$ npm install
$ npm run dev
Local: http://localhost:5173
$ nvm use 20.17.0
$ npm cache clean --force
$ rm -rf node_modules package-lock.json
$ npm install
npm run build
npm start
If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of npm run build
build/server
build/client