Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axyz/fusolab-javascript


https://github.com/axyz/fusolab-javascript

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Slide del corso di fusolab

Per usare queste slide avete bisogno di git, node.js e npm

cosi potete installare reveal-md usando questo repository:

https://github.com/webpro/reveal-md

## reveal-md
[reveal.js](http://lab.hakim.se/reveal-js/#/)

### Installazione

``` bash
npm install -g reveal-md
```

## Clonazione del repository delle slide
Con il comando

``` bash
git clone https://github.com/axyz/fusolab-javascript
```

Poi è necessario entrare nella directory creata con
``` bash
cd fusolab-javascript
```

e lanciare il comando per far partire reveal-md:
``` bash
reveal-md .
```