first commit
This commit is contained in:
commit
72d2f41187
|
|
@ -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
|
||||
Loading…
Reference in New Issue