Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 437 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 437 Bytes

cuentas

personal finance app made with React Native and Deno

setup

# app
cp cuentas/.env.example cuentas/.env

# server
cp backend/.env.example backend/.env
# EXPO_PUBLIC_API_URL should be the local ip but it can't be localhost or 127.0.0.1

install

cd ./cuentas && npm install

run

app

cd ./cuentas && npm install
npx expo start

server

cd ./backend && deno task dev