From 72d2f4118756bade231582a9942a508bc920228b Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 5 Dec 2025 09:42:27 +0530 Subject: [PATCH] first commit --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..67fbc3a --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# PozoApp Updated with SEO + +React-based web application with dynamic SEO optimization and IIS deployment support. + +## Quick Start + +1. Install dependencies: `npm install` +2. Build with SEO: `BUILD-WITH-SEO.bat` +3. Start server: `START-SERVER.bat` +4. Stop server: `STOP-SERVER.bat` + +## Deployment + +- For IIS: Use `web.config` file included +- Server runs on port 3000 by default +- SEO optimized for all routes + +## Features + +- Dynamic SEO meta tags +- Server-side rendering support +- IIS deployment ready +- Responsive design \ No newline at end of file