© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Nicolas Barlatier
You said in the first pic we should get:
. ├── src │ ├── index.html │ └── index.js ├── package.json └── webpack.config.js
But it should be
. ├── src │ ├── index.html │ └── index.js ├── package.json
Webpack.config.js is added later on.
Aaron Olsen
Just trying to figure it all out... you know?
Updated