I’m new to Replit and wondering how to setup a project to work on a simple, static HTML page while also using HTML/CSS preprocessors like SASS or PUG?
Basically, I would like to have a setup like Codepen, but with the cool Replit features like having multiple source files, etc.
I noticed there are basically 2 replit templates:
-
HTML, CSS, JS - This seems like the desired template (it has the Webview), but I have no idea how to select SASS/PUG preprocessors. I guess I would need to install them manually, but then I would need node.js which isn’t in that template, correct?
-
Node.js - This template allows you to install preprocessors using npm. But I guess it’s dedicated rather for servers than for a simple static page, because I see there is the “index.js” as entrypoint.
I was looking into Replit docs, but can’t really find any notes about preprocessors and the official templates doesn’t help me much either.