Turbine starter kit using PureScrit and pulp.
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.