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-ref-example


https://github.com/pete-murphy/purescript-react-ref-example

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# PureScript React Basic Template

## Getting started

Install all the dependencies and compile the app with

```shell
npm install && npm run build:dev
```

To run the app

```shell
npm run start
```

and open a browser to `localhost:1234`

## Production build

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

```shell
npm run build:prod
```