Budget Buddy Front End
This is the front end for the Budget Buddy App. This is a school project at Sup de Vinci.
- To install the project install git :
# Debian :
sudo apt-get git
- Install nodejs via apt-get or nvm to get the latest version
# Using apt-get :
sudo apt-get install nodejs
# Using nvm :
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
nvm install node
# Verify node version :
node -v
- Clone the project repository
Make sure that you are correctly logged in with github or that you have an SSH key setup.
# Go to a specific folder :
cd parent-directory
# Clone repository :
# HTTPS
git clone https://github.com/jimmy-martin/budget-buddy-back.git
# SSH
git clone git@github.com:jimmy-martin/budget-buddy-back.git
- Install all yarn dependencies :
- First install yarn globally using npm
npm install --global yarn
- Then use yarn to install the dependencies
yarn
- (optionnal) Verify husky and commitizen installation :
yarn husky install
- Run following command in the terminal :
yarn dev
- Then go to
http://localhost:[port]
with the port shown on your web browser of choice - Or do Ctrl+Click on the link shown in the terminal if you run it in an IDE
This list might be out of date, check package.json for any discrepancies.
- Vite : Project initialisator
- Vue : Javascript Framework
- Vue Router : View router for Vue
- Axios : API Requests
- Husky : Git hooks
- Commitizen : Linter for commit messages
- Sass : SCSS for node
Jimmy MARTIN | Mathieu MORGAT | Ashley RAKOTOARISOA
This project has no licencing : It is a simple school project.