Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pete-murphy/purescript-react-ref-example
- Owner: pete-murphy
- Created: 2024-05-11T12:10:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T03:15:22.000Z (6 months ago)
- Last Synced: 2024-05-12T04:22:53.738Z (6 months ago)
- Language: Dhall
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```