Skip to content

Files

Latest commit

21c9b17 · Aug 26, 2020

History

History
This branch is 471 commits behind SAP/luigi:master.

luigi-example-next

Sample Luigi application written in NextJS

Overview

This is the NextJS-based sample application which runs with Luigi framework.

Due to the nature of NextJS's routing strategy, it is not possible to use useHashRouting: false in the Luigi Configuration. If you want to use path based routing, Luigi Core's index.html should be served separately.

Getting Started

First, install dependencies

npm install

Second, run the development server:

npm run dev
# or
yarn dev

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

Learn More

The Next.js project bootstrapped with create-next-app.

To learn more about Next.js, take a look at the following resources:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.