This is a Next.js template for PureScript.
Create a project using this template:
npx create-next-app -e https://github.com/rowtype-yoga/purescript-nextjs-templateInstall dependencies:
npm installBuild the project and run the dev server:
npm run build:spago # if you are using vscode the language server will automatically build everytime you change a file
npm run dev # start the development serverNow go to http://localhost:3000.