Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1015 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 1015 Bytes
galhardo.finances.mvp.mp4

Introduction

  • A simple project I created using Vite and vanilla Javascript to manipulate the DOM, in addition to saving the data in localStorage, and being able to export the data in JSON and CSV format

Development Setup Local

  1. Clone repository
git clone [email protected]:AlexGalhardo/finances.alexgalhardo.com.git
  1. Enter folder
cd finances.alexgalhardo.com/
  1. Run setup.sh
chmod +x setup.sh && ./setup.sh
  1. Go to: http://localhost:5173

Build for deploy

  1. Creating build
npm run build
  1. Preview production build locally
npm run preview
  1. Go to: http://localhost:4173/

LICENSE

MIT

Copyright (c) April 2023-present, Alex Galhardo