Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 584 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 584 Bytes

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.