A modern, production-ready template for building full-stack React applications using React Router.
- 🚀 Server-side rendering
- ⚡️ Hot Module Replacement (HMR)
- 📦 Asset bundling and optimization
- 🔄 Data loading and mutations
- 🔒 TypeScript by default
- 🎉 TailwindCSS for styling
- 📖 React Router docs
Install the dependencies:
npm installStart the development server with HMR:
npm run local-do
npm run devYour application will be available at http://localhost:5173.
Create a production build:
npm run buildDeployment is done using the Wrangler CLI.
To deploy directly to production:
npx wrangler deployTo deploy a preview URL:
npx wrangler versions uploadYou can then promote a version to production after verification or roll it out progressively.
npx wrangler versions deployThis template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever CSS framework you prefer.
Built with ❤️ using React Router.
Solution 1 of https://stackoverflow.com/questions/23937436/add-subdirectory-of-remote-repo-with-git-subtree
git fetch lexical
git diff --color=never acdda870cdfdef1:packages/lexical-playground lexical/latest__release:packages/lexical-playground | git apply -3 --directory=app/components/editor/lexical
git diff --color=never acdda870cdfdef1:packages/shared lexical/latest__release:packages/shared | git apply -3 --directory=app/components/editor/lexical-shared
git log lexical/latest__release