First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
- Clone this repository to your local machine:
git clone https://github.com/theakashshukla/next_app.git- Navigate to the project directory:
cd next_app- Start the application using Docker Compose:
docker-compose up --build-
Open your browser and navigate to
http://localhost:3000to view the application. -
Stop the application using Docker Compose:
docker-compose down- Remove the application using Docker Compose:
docker-compose down --volumes