Files
cpost-front/README.md
azizziy c01e852a59 init
2025-05-20 17:02:10 +05:00

10 lines
252 B
Markdown

# 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