https://github.com/ryands17/docker-dev
Full Stack app development with Docker
https://github.com/ryands17/docker-dev
docker docker-compose fastify nextjs typescript
Last synced: 2 months ago
JSON representation
Full Stack app development with Docker
- Host: GitHub
- URL: https://github.com/ryands17/docker-dev
- Owner: ryands17
- Created: 2021-06-08T10:39:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T18:53:25.000Z (about 5 years ago)
- Last Synced: 2024-05-18T07:45:46.004Z (about 2 years ago)
- Topics: docker, docker-compose, fastify, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack development with containers
A Full Stack application that uses Next.js and Fastify and Docker for development
## Prerequisites
- Node 12 or above
- Docker installed
## Steps
- Clone this repo
- Run `docker compose up -d` or `docker-compose up -d` depending on your Docker version
- View the frontend on [http://localhost:4000/](http://localhost:4000/) and play with [./frontend/pages/index.tsx](./frontend/pages/index.tsx) to see hot-reloading in action.