Home

Awesome

Model Javascript workspace

This repository provides an example that embodies my standard for how to setup a JS workspace. The goal is to envision a "JS workspace of the future": I want a stack of libraries, scripts, and websites that contain minimal boilerplate and are interoperable. That goal starts by throwing away old standards and tools: no CommonJS, no Webpack, no jQuery, and so on.

This current design reflects my experience on what works best for structuring a JS project. My recent JS experience comes from big projects like Nota and lots of smaller ones like mdbook-quiz, Aquascope, and Flowistry.

Some notable aspects of the design:

The long-term goal for this workspace is to provide a gold standard for the kind of repo that Graco can automatically generate.