ncukondo / next-js-docker-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next-js-docker-template

This is a next-js-docker-template.

To use this template type

gh repo create --template ncukondo/next-js-docker-template  <project_name>
cd <project_name>

or

git clone --depth=1 git@github.com:ncukondo/next-js-docker-template.git <project_name>
cd <project_name>
rm -Rf .git

Open dir in vscode, "Reopen in container".

create-next-app

If you want to use typescript.

create-next-app --ts

About


Languages

Language:Shell 100.0%