Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 477 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 477 Bytes

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.