Skip to content

Commit

Permalink
pulp/readme/node
Browse files Browse the repository at this point in the history
  • Loading branch information
parsonsmatt committed Oct 7, 2015
1 parent 9e381e2 commit 9a018f6
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# purs-architecture-tutorial

A port of the [Elm Architecture Tutorial](https://github.com/evancz/elm-architecture-tutorial/) to PureScript.

## Getting Started:

1. Ensure that you've got PureScript 0.7.4.1 installed.
2. Ensure that you've got pulp installed.
3. Run `npm install` to get the virtual-dom dependency loaded
4. Run `pulp dep install` to get the PureScript dependencies loaded
5. Run `pulp server` to run the server and access it at `http://localhost:1337`
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "purs-architecture-tutorial",
"version": "1.0.0",
"description": "A port of the [Elm Architecture Tutorial](https://github.com/evancz/elm-architecture-tutorial/) to PureScript.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"virtual-dom": "^2.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parsonsmatt/purs-architecture-tutorial.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/parsonsmatt/purs-architecture-tutorial/issues"
},
"homepage": "https://github.com/parsonsmatt/purs-architecture-tutorial#readme"
}

0 comments on commit 9a018f6

Please sign in to comment.