Skip to content

nl-design-system/example-with-next.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example website with NL Design System and Next.js

Getting Started

First, run the development server:

npm install
npm run dev

Open localhost:3000

Getting Started with Docker

First, run the development server with support for automatic reloading.

docker-compose -f docker-compose.dev.yml build
docker-compose -f docker-compose.dev.yml up --remove-orphans

Open localhost:3000

Or run the production server:

docker-compose build
docker-compose up --remove-orphans

Open localhost:3000