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.
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.
The Next.js project bootstrapped with create-next-app
.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
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.