Stater Next.js with TypeScript and TailWind
To run Next.js with default Theme Read more: https://github.com/PostType7
https://github.com/PostType7#organisation-repositories-map
If you in defoult ~/NextStarterPack
dir then:
yarn export
cd out
http-server
Now your static app mostly run on http://127.0.0.1:8080/
If you dont have http-server install it: npm install http-server -g
for example