This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
npm run dev
npx prisma migrate dev --name yourcommitname
nodemon backend/index.mjs
psql -U postgres
brew services start postgresql
brew services list
psql ALTER USER postgres PASSWORD 'newpassword';
psql postgres
Installations
npm install @tabler/icons-react
npm install axios
docker-compose --env-file .env.local up --build