Setup NextJS with Django from scratch for a starter "Hello World" project ?

Is there some tutorial on how to setup NextJS with Django from scratch for a starter “Hello World” project ?

I think this would help many to understand how a site like djangoindia.org (GitHub - djangoindia/djangoindia.org: Official website of djangoindia community.) project was created in the first place. This will also help others like myself to create Django projects that are SPAs as opposed to traditional server-side rendering methods.