11joselu / es6-starts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

es6-starts

Introducción a ES6

Requisitos

Node >= v8

npm >= v6

Instalar Node Ubuntu/Mint

https://github.com/creationix/nvm

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

$ nvm install 8.11.3

$ node -v # v8.11.3

Ejecutar tests

$ npm run test

Ejecutar un test en concreto

$ npm run test:<X>
# Ejecutar test variables
$ npm run test:variables

Ver soluciones

$ git checkout solutions
$ npm run test

About


Languages

Language:JavaScript 52.8%Language:HTML 40.5%Language:CSS 6.6%