Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axyz/fusolab-javascript
https://github.com/axyz/fusolab-javascript
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/axyz/fusolab-javascript
- Owner: axyz
- Created: 2015-02-24T20:38:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T10:37:24.000Z (over 8 years ago)
- Last Synced: 2024-04-09T22:08:18.799Z (7 months ago)
- Language: HTML
- Size: 61.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```