Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pete-murphy/purescript-react-starter

Starter template for `purescript-react-basic-hooks` using Parcel. Intended to be an easy way to get started with PureScript & React.
https://github.com/pete-murphy/purescript-react-starter

purescript react vite

Last synced: 9 days ago
JSON representation

Starter template for `purescript-react-basic-hooks` using Parcel. Intended to be an easy way to get started with PureScript & React.

Awesome Lists containing this project

README

        

# PureScript React Basic Template

## Getting started

Install dependencies and compile the app

```shell
npm install
```

Run the app

```shell
npm run start
```

## Production build

Build a production bundle using [`purescript-backend-optimizer`](https://github.com/aristanetworks/purescript-backend-optimizer)

```shell
npm run build
```