marcelopaula/frontend-boilerplate — reverse-engineered prompt
Reverse engineered prompt
Build me a simple front end starter project I can reuse when I begin a new website. I want it to feel like a clean boilerplate, not a finished product, with a working app folder for the built files and a src folder for the files I actually edit.
Please set up the basics so I can start coding right away, including HTML, styles, and JavaScript organized in a sensible way. I’d like an easy local workflow with automatic rebuilding while I work, plus production ready output that compresses or cleans up assets for deployment. Add a very basic example page just so I can see everything is wired together.
Keep the structure easy to understand and lightweight. Include room for common front end assets like images, fonts, and third party libraries. Also add a short README that explains how to install it, run it locally, and create a build. If you need to, look up current docs online and use the simplest approach that fits this kind of boilerplate.
Want more depth? Deep Reverse