not really known
Go to file
andys8 9a271b9828 Use older package-set for purescript 0.15.6
Going with purs 0.15.6 because of an open CI issue with 0.15.7.
Therefore we need to use an older package-set.
2023-01-21 20:51:57 +01:00
app Simplify example 2023-01-13 18:57:22 +00:00
pages/api Initial commit from Create Next App 2023-01-13 14:27:07 +00:00
src Simplify example 2023-01-13 18:57:22 +00:00
test Initial commit 2023-01-13 18:50:22 +00:00
.eslintrc.json Initial commit from Create Next App 2023-01-13 14:27:07 +00:00
.gitignore Initial commit 2023-01-13 18:50:22 +00:00
jsconfig.json Initial commit from Create Next App 2023-01-13 14:27:07 +00:00
next.config.js Initial commit from Create Next App 2023-01-13 14:27:07 +00:00
package.json Initial commit from Create Next App 2023-01-13 14:27:07 +00:00
packages.dhall Use older package-set for purescript 0.15.6 2023-01-21 20:51:57 +01:00
README.md Update readme 2023-01-13 18:56:32 +00:00
spago.dhall Use older package-set for purescript 0.15.6 2023-01-21 20:51:57 +01:00

purescript-nextjs-template

This is a Next.js template for Purescript.

Getting started

Create a project using this template:

npx create-next-app -e https://github.com/rowtype-yoga/purescript-nextjs-template

Build the project and run the dev server:

spago build # if you are using vscode the language server will automatically build everytime you change a file
npm run dev # start the development server

Now go to http://localhost:3030