Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pete-murphy/purescript-react-starter
- Owner: pete-murphy
- Created: 2020-12-27T21:10:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T05:15:43.000Z (2 months ago)
- Last Synced: 2024-09-15T16:48:10.349Z (2 months ago)
- Topics: purescript, react, vite
- Language: Dhall
- Homepage:
- Size: 765 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```