jonasbuntinx / next-purescript-example

Simple example app using Next.js with Purescript
https://next-purescript-example.netlify.app/
MIT License
66 stars 10 forks source link
hooks netlify nextjs purescript react spago tailwindcss

Next.js with Purescript Example App

CI Maintainer: jonasbuntinx

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

Demo

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