llqfront / rust_web

rust axum react recoil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust_web

rust axum react recoil

rust axum

react vite recoil router6

node
node v18.14.2
create react-swc-ts
npm create vite@latest react_recoil --template react-swc-ts
install recoil router6 tailwindcss
npm install recoil
npm install react-router-dom
npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
tailwindcss init
npx tailwindcss init
add postcss.config.cjs and update tailwind.config.cjs
postcss.config.cjs
react_recoil/tailwind.config.cjs   content
修改别名
react_recoil/tsconfig.json
react_recoil/vite.config.ts
all 文件更换
index.html
src/*

About

rust axum react recoil

License:Apache License 2.0


Languages

Language:TypeScript 69.4%Language:Rust 29.2%Language:HTML 0.8%Language:JavaScript 0.5%Language:CSS 0.1%