An open API service indexing awesome lists of open source software.

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.

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.