https://github.com/boazjohn/purescript-react-starter
Purescript React Hello World App.
https://github.com/boazjohn/purescript-react-starter
purescript purescript-react react-starter
Last synced: about 2 months ago
JSON representation
Purescript React Hello World App.
- Host: GitHub
- URL: https://github.com/boazjohn/purescript-react-starter
- Owner: boazjohn
- License: mit
- Created: 2020-03-04T11:17:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T03:45:06.000Z (over 3 years ago)
- Last Synced: 2025-08-27T20:23:57.905Z (7 months ago)
- Topics: purescript, purescript-react, react-starter
- Language: Dhall
- Size: 2.35 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purescript React Sample App
Simple `purescript-react` Hello World boilerplate
Uses `yarn`, `spago` for purescript dependencies, and `webpack`
## Installation
```bash
yarn install
yarn spago install
```
## Running
```
yarn start
```
... starts the dev-server with hot reloading.
## Bundling
```bash
yarn webpack
```
... and open `dist/index.html` to check things.