Vue Frontend of Stackoptica
Node and npm requirements :
node v18.17.1
npm 10.8.2
Install all the npm dependencies needed :
npm install
On two different terminals :
- Start the server handling the data :
flask run
- Start the frontend server :
npm run dev
Build the production files that will convert the VueApp to javascript files in /dist folder:
npm run build
Start any server the webApp the dist folder e.g.:
flask run