ayarhlaine / nextjs-ci

This is to demonstrate the ci/cd pipeline of next js project to AWS using Github actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a Next.js project bootstrapped with create-next-app to demonstrate the ci/cd pipeline of next js project to AWS using Github actions.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

Deploy with Docker

Run

docker build -t nextjs-ci:latest .

About

This is to demonstrate the ci/cd pipeline of next js project to AWS using Github actions.


Languages

Language:CSS 53.1%Language:Dockerfile 24.8%Language:TypeScript 11.6%Language:JavaScript 10.4%