frangoteam / FUXA

Web-based Process Visualization (SCADA/HMI/Dashboard) software
https://frangoteam.org
MIT License
2.49k stars 741 forks source link

How to build fuxa for production #1255

Open isau24 opened 5 days ago

isau24 commented 5 days ago

Hi, can you help me how to build fuxa for production ?

unocelli commented 5 days ago

Hi, from client folder ng build --configuration=production

isau24 commented 5 days ago

Oke thanks, then should we copy dist directory into public directory web server (nginx) ?, not run npm start again in /server directory ?

unocelli commented 20 hours ago

Yes, copy dist in public directory. Yes, if you don't need server don't start it