Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 642 Bytes

File metadata and controls

24 lines (16 loc) · 642 Bytes

Next.js with Purescript Example App

CI Maintainer: jonasbuntinx

This is a simple example app using Next.js with Purescript.

Build Setup

# install dependencies
$ yarn

# build the example pages
$ yarn build

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn start