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

https://github.com/iarthstar/purs-react-basic

PureScript React - Template
https://github.com/iarthstar/purs-react-basic

javascript purescript reactjs

Last synced: 2 months ago
JSON representation

PureScript React - Template

Awesome Lists containing this project

README

          

# PureScript `react-basic` Template

A Template to develop Websites in [PureScript](http://www.purescript.org/) using the [`react-basic`](https://github.com/lumihq/purescript-react-basic) library.

## Development Guide

#### NOTE : Please make sure you have yarn :: [Installing yarn](https://yarnpkg.com/en/docs/install)

* Initial setup
```bash
$ yarn install
```

* Build
```bash
$ yarn build
```

* To Run Server
```bash
$ yarn start
```

* Run Server and Watch for changes
```bash
$ yarn watch
```