Skip to content

wojsamjan/myGulp501

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Intro to Gulp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published