-
Hello VB Consulting, First off, I am hugely grateful for this template. I've been stuck in corporate .Net Framework for awhile but have been looking to add Svelte to one of my hybrid spa projects and didn't want a NodeJS backend. This is the closest thing I've found so far and it looks awesome! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, the entire build system runs on NodeJS, so you will have to have NodeJS and NPM to run build for your entire frontend build. (JavaScript and CSS outputs). Rollup bundler and minified plugins, Svelte compiler and SCSS compiler - they all use NodeJS. I wish they could rewrite it in something else like Rust or Go. However, that's only for building, you don't need NodeJS to run. There's is no NodeJS runtime, everything runs in your browser, backed by asp.ner backend server. |
Beta Was this translation helpful? Give feedback.
Yes, the entire build system runs on NodeJS, so you will have to have NodeJS and NPM to run build for your entire frontend build. (JavaScript and CSS outputs).
Rollup bundler and minified plugins, Svelte compiler and SCSS compiler - they all use NodeJS.
I wish they could rewrite it in something else like Rust or Go.
However, that's only for building, you don't need NodeJS to run. There's is no NodeJS runtime, everything runs in your browser, backed by asp.ner backend server.