PureScript Turbine Starter

September 2, 2019 ยท View on GitHub

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.