/step-by-step-frontend

step by step learning about frontend

Primary LanguageJavaScriptMIT LicenseMIT

Intro

This tutorial is created to introduce some frontend libraries & frameworks.

To avoid confusion, This tutorial is written simplicity and exclude optimization.

if you want more information, look 'Related Links' placed at bottom of document.

Tutorial

  1. STEP1: Initialize node package
  2. STEP2: Use another node package
  3. STEP3: Make my package browser-excutable by Webpack
  4. STEP4: Use ES6 syntax by Babel
  5. STEP5: Use React
  6. STEP6: Use Style Guide by ESLint
  7. STEP7: Manage task by Gulp
  8. STEP8: Add Sourcemaps by Webpack