Description
web application for managing personal finances, you can control how much you have, compare the budget, create events and much more
Requirements
node >= 16
add thoose lines in the file .htaccess
to can refresh page in production mode
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /subdirectory RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule . /index.html [L] </IfModule>
- clone the repo
git clone https://github.com/samisosa20/Fiona_2.0.git
- Install dependences
npm i
- run application in dev
npm run dev
-
Copyright 2020 Sammy Guttman
-
Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard-react/blob/master/LICENSE.md?ref=creativetim)