Skip to content

Mochitoto/javascript-ecosystem-exercises

This branch is 2 commits ahead of, 4 commits behind webplatformz/javascript-ecosystem-exercises:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

af2b6fc · May 18, 2022

History

83 Commits
May 18, 2022
May 18, 2022
Jan 17, 2020
Jan 18, 2022
Jan 17, 2022
Jan 17, 2022
Jan 17, 2022
Jan 17, 2022
Apr 10, 2018
Apr 17, 2018

Repository files navigation

Build Status

Modern JavaScript Workflow Example App

You can find a hosted version of the slides here.

Lessons

1. Dependency

Working app without any dependency or tooling. Add bootstrap as dependency here. Read more

2. Modularization with RollupJS

Split the existing app into seperate files and use ES2015 modules to export/import the parts. Read more

3. Modularization with Webpack

Replace the existing RollupJS build with Webpack. Read more

4. Add loaders and plugins to Webpack

Add a babel transpiler and the style loader as plugins. Read more

5. Add esLint

Add the esLint plugin for static code analyses Read more

6. Testing

Add some tests for existing and new functionality Read more

About

Exercises for the "Javascript Ecosystem" Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • CSS 5.6%
  • HTML 5.5%