Skip to content

ZuehlkeEnterpriseJS/todo-app-2018

Repository files navigation

Modern JavaScript Workflow Example App

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 linting

Add eslint as npm script Read more

5. Testing

Use Jest to run unit tests Read more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •