This commit is contained in:
azizziy
2025-05-20 17:02:10 +05:00
commit c01e852a59
257 changed files with 27766 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# C-POST
## Example app router with react-query
https://github.com/wpcodevo/nextjs13-react-query/blob/main/src/app/hydration/page.tsx
## DOCKER BUILD IMAGE
### docker build -t cpost-front .
## DOCKER RUN IMAGE
### docker run -p 3000:3000 cpost-front