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.
- Host: GitHub
- URL: https://github.com/funkia/purescript-turbine-starter
- Owner: funkia
- Created: 2019-01-31T08:00:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:46:35.000Z (over 3 years ago)
- Last Synced: 2025-04-10T01:59:48.610Z (about 1 year ago)
- Language: PureScript
- Size: 223 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.