adhocteam / nytimes-library

A collaborative documentation site, powered by Google Docs.
https://nyt-library-demo.herokuapp.com/
Apache License 2.0
1 stars 1 forks source link

Added Webpack Build System #40

Closed zenkimoto closed 2 years ago

zenkimoto commented 2 years ago

Closes #35

Description of Change

Added a webpack build system with TypeScript and Stimulus.js

Note: This does not remove jQuery. There is ticket #36 for that.

Related Issue

Motivation and Context

Remove existing legacy jQuery and move to modern frontend framework.

Checklist