Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.67 KB

README.md

File metadata and controls

59 lines (40 loc) · 2.67 KB

myGulp501

  • Setting up work environment - HTML5+CSS3+JavaScript:
    • Brackets - A modern, open source text editor that understands web design.

    • Gulp - gulp is a toolkit for automating painful or time-consuming tasks in your development workflow, so you can stop messing around and build something.

    • Git - Installing Git

    • Node.js - Installing Node.js

    • Installing Gulp globally:

      npm install gulp -g
    • Installing Gulp locally in our project directory:

      npm init
      npm install gulp --save-dev
      # add node_modules to .gitignore file

Tasks

1. [deadline 05.03.2017] CERN map

  • Create a new repository and link up to projects.md.
  • Getting to know Gulp gulp.
  • Add a CERN neighbourhood map to the code of the first website.
  • Add new tasks in gulpfile.js.

2. [deadline 22.03.2017] GeoJSON with Leaflet

3.1. [deadline 22.04.2017] Responsive Tables

  • Create a website with responsive tables.

3.2. [deadline 22.04.2017] Responsive Images

  • Create a website with responsive images.

4. [deadline 06.05.2017] Web Math with MathJax

  • Create a website with math formulas using MathJax.

Exam JS