Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasbuntinx/gatsby-purescript-example
Simple example app using Gatsby.js with Purescript
https://github.com/jonasbuntinx/gatsby-purescript-example
gatsbyjs hooks purescript react spago tailwindcss
Last synced: about 2 months ago
JSON representation
Simple example app using Gatsby.js with Purescript
- Host: GitHub
- URL: https://github.com/jonasbuntinx/gatsby-purescript-example
- Owner: jonasbuntinx
- License: mit
- Created: 2020-01-25T08:57:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:28:29.000Z (about 2 years ago)
- Last Synced: 2024-08-02T13:34:03.983Z (5 months ago)
- Topics: gatsbyjs, hooks, purescript, react, spago, tailwindcss
- Language: PureScript
- Homepage:
- Size: 2.79 MB
- Stars: 12
- Watchers: 0
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby.js with Purescript Example App
This is a simple example app using [Gatsby.js](https://www.gatsbyjs.org/) with [Purescript](http://www.purescript.org/).
## Build Setup
```yarn
# install dependencies
$ yarn# serve with hot reload at localhost:9000
$ yarn dev# build for production and launch server
$ yarn start
```