An open API service indexing awesome lists of open source software.

https://github.com/mihaeu/afp-js


https://github.com/mihaeu/afp-js

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Funktionale Programmierung in JavaScript
[![Gitter](https://img.shields.io/gitter/room/mihaeu/afp-js.svg)]()
[![Travis branch](img/afp-js.svg)]()
[![NodeJS version](https://img.shields.io/badge/node-5.9.1-brightgreen.svg)]()

Präsentation ist erstmal mit reveal.js umgesetzt worden: http://mihaeu.github.io/afp-js
(die live Präsentation ist auf dem `gh-pages` Branch)

## Getting started

```
npm install

# starts local grunt server for development
npm start
```

**Änderungen sollten nur an der `template.html` vorgenommen werden, da die `index.html` immer wieder überschrieben wird.**