Skip to content

Instantly share code, notes, and snippets.

View pmikutel's full-sized avatar

Paweł Mikutel pmikutel

View GitHub Profile
@pmikutel
pmikutel / ES6-exercise-app.md
Last active November 11, 2016 17:47
Exercise for training ECMAScript 2015 new features

ES Sports (icyny gejm) 2015

Create a very simple web app using ECMAScript 2015 that is related to sport. It can be about sport or for people doing sports. In your app find a creative and useful usage for features from presentation.

Must have

Your app should use following features:

  • Generators
  • String Repeating
  • Maps
  • Sets
@pmikutel
pmikutel / Devtalk-5-webpack.md
Last active February 9, 2017 16:30
Devtalk-5-webpack-tasks-list

Devtalk - Webpack tasks

  • support for es6 (use babel)

using babel-loader

  • correctly import all modules used in the app

done ;)