🔗 Sitio WEB: https://triqui-game-neon.vercel.app/
pnpm create create vite
➡️ @vitejs/plugin-react uses Babel for Fast Refresh ➡️ @vitejs/plugin-react-swc uses SWC for Fast Refresh
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
ultra install
Command | Action |
---|---|
pnpm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |