Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

This is a free template repository to create next-js app with TypeScript on docker container.

License

Notifications You must be signed in to change notification settings

kotarou1192/my-next-template

Repository files navigation

What is this

This is a template repository to create next-js app with TypeScript on docker container.

Getting Started

First, run the development server with docker:

make run-dev

Open http://localhost:3080 with your browser to see the result.

Other commands

You can see Makefile to more details.

  • make stop-dev
  • make build-prod
  • make start-prod
  • make stop-prod