Skip to content

ypollet/Stackoptica-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stackoptica-Frontend

Vue Frontend of Stackoptica

Requirements

Node and npm requirements :

node v18.17.1
npm 10.8.2

Install all the npm dependencies needed :

npm install

Start development

On two different terminals :

  • Start the server handling the data :
    flask run
  • Start the frontend server :
    npm run dev

Start Production

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published