not really known
Go to file
2023-01-27 13:56:25 +01:00
app Fix broken linkgs. Add basic counter 2023-01-23 11:28:32 +01:00
pages/api Initial commit from Create Next App 2023-01-13 14:27:07 +00:00
src Fix broken linkgs. Add basic counter 2023-01-23 11:28:32 +01: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
LICENSE.md Add license 2023-01-23 11:47:12 +01:00
next.config.js Initial commit from Create Next App 2023-01-13 14:27:07 +00:00
package.json Update build scripts in package.json 2023-01-21 20:51:57 +01:00
packages.dhall Use older package-set for purescript 0.15.6 2023-01-21 20:51:57 +01:00
README.md Update README.md 2023-01-27 13:28:01 +01:00
spago.dhall Add missing dependencies (#5) 2023-01-27 13:56:25 +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

Install dependencies:

npm install

Build 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 server

Now go to http://localhost:3000.