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

https://github.com/funkia/purescript-turbine-starter

Turbine starter template for PureScript.
https://github.com/funkia/purescript-turbine-starter

Last synced: 5 months ago
JSON representation

Turbine starter template for PureScript.

Awesome Lists containing this project

README

          

# PureScript Turbine Starter

Turbine starter kit using PureScrit and pulp.

## Getting started

Clone the repository.

```
git clone https://github.com/funkia/purescript-turbine-starter my-turbine-project
```

Enter the project.

```
cd my-turbine-project
```

Install the dependencies. This will install both the npm and the Bower
dependencies.

```
npm i
```

Build the code.

```
npm run build
```

You can now see the result by opening the `index.html` file in a
browser.