Skip to content

Facilitates college final project flow in IS major of ITS. This is the frontend

License

Notifications You must be signed in to change notification settings

R-N/simta-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simta-frontend

Made with Vue 2. By default runs on http://localhost:8080 .

Needs backend: https://github.com/R-N/simta-backend

Sample deployment:

Vercel:

Netlify:

(You may need to open the backend first and wait a little for it to boot: https://simta-backend.vercel.app )

Requirement:

  • node & npm
  • yarn
  • vue cli

Executing / running:

cd simta
yarn config set ignore-engines true
npm install
npm run serve

If install still errors due to engine node > 17, try "yarn install --ignore-engines" instead

cd simta
yarn install --ignore-engines
npm run serve

This frontend app by default uses http://localhost:5000 for the backend address. Set VUE_APP_BACKEND_ADDRESS environment variable to change it.

When deploying this, you need to set the project root to the simta folder.

There's also a tauri app for windows in the releases: https://github.com/R-N/simta-frontend/releases/tag/0.0.2

Prototype figma: https://www.figma.com/proto/yHQZTSQ6zMPzECd3RONrCe/Tugas-PPS-2?node-id=52701%3A25393&scaling=contain&page-id=52696%3A23854&starting-point-node-id=52701%3A25393