使用 Remix 写的一个小窝前台项目
Go to file
奇趣保罗 073acf62d6 Feat: Gallery List Page
相册页面,包括页尾组件
2023-11-11 22:44:52 +08:00
app Feat: Gallery List Page 2023-11-11 22:44:52 +08:00
public Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
.env.default Feat: Gallery List Page 2023-11-11 22:44:52 +08:00
.gitignore Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
README.md Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
env.d.ts Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
package.json chore: Add Tailwind & Less 2023-11-05 02:20:26 +08:00
pnpm-lock.yaml chore: Add Tailwind & Less 2023-11-05 02:20:26 +08:00
postcss.config.js chore: Add Tailwind & Less 2023-11-05 02:20:26 +08:00
tailwind.config.js Feat: Add Note List & Detail Page 2023-11-06 01:55:58 +08:00
tsconfig.json Init: With Remix Vite Template 2023-11-04 21:33:23 +08:00
vite.config.ts Fix: Note List Page Styles 2023-11-08 02:04:52 +08:00

README.md

templates/unstable-vite

⚠️ Remix support for Vite is unstable and not recommended for production.

📖 See the Remix Vite docs for details on supported features.

Setup

npx create-remix@latest --template remix-run/remix/templates/unstable-vite

Run

Spin up the Vite dev server:

npm run dev

Or build your app for production and run it:

npm run build
npm run start