An open API service indexing awesome lists of open source software.

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

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.