Template of Postgres, Express, React and NodeJS. Wrap everything in docker compose ready to be use!!!
- Install all required dependencies
pnpm install- Start development
pnpm devNote
- React is start at http://localhost:3000
- Express is start at http://localhost:3001
- Postgres is start at http://localhost:5432
- Lint
pnpm lint- Format
pnpm format- Start development
pnpm prod