DEV Community

Ramiro for Auth0

Posted on • Updated on • Originally published at auth0.com

Zero Config JavaScript App Prototyping with Webpack

Sometimes you don't need a framework like Angular or React to demonstrate an idea or concept in JavaScript. You just want a framework-agnostic, plain JavaScript development environment to play around with things like web workers, service workers, new JavaScript constructs, or IndexedDB, for example.

In this blog post, you are going to learn how to quickly prototype plain JavaScript apps using Webpack 4 to create such environment with zero config and low development overhead.

Read on 🎯

Zero Config JavaScript App Prototyping with Webpack

Top comments (0)