Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

ibbatta/yarn-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YARN HTML PRESENTATION

This is a html presentation about Yarn that I made for my company in order to show pro and cons to integrate inside an internal project.


What is inside

I used Reveal.js framework to build it.
(slides are written in italian)


Installation

From the directory of the project run npm install && bower install


Usage

Once everything is installed, use grunt from the terminal to start the build tasks. The Gruntfile expose these tasks:

  • grunt serve (start the project locally)

To do

  • English translation

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

Credits