An empty Neutralinojs + Angular app, extend as you wish
Since neutralino's using frontend libraries tutorial is broken for angular, I had to use this post instead Frontend build for angular is broken since
npm install -g @neutralinojs/neu
npm install -g @angular/cli
_Run this into project root to create & fill bin/
with Neutralino binaries
neu update
cd angular-src
npm i
cd angular-src
npm run watch
Then
neu run
Refresh the page after each frontend edit
- Have to refresh the page manually after each change
Using the classic
npm start
will create a front server but all the transpiled files are in memory only. Thus Neutralino cannot patch the neutralino.js & set its JS'swindow
variables