Skip to content

mtilda/next.ts-with-docker

Repository files navigation

Next.js + Typescript + Docker

This repository was bootstrapped with mtilda's "Next.ts with Docker" template, inspired by Vercel's Next.js example "With Docker"

Developement

Prerequisits

Setup

  1. git clone and cd into this repository; and
  2. Spin up your application in a container with
    docker-compose up
    or
    docker-compose up -d # detached mode lets you keep using your terminal

Linting

docker-compose run frontend yarn lint

Shut down the containers

docker-compose down

Destroy all containers and volumes

docker system prune -a --volumes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published