Simple web and mobile app built with Ionic, Angular, ECharts and Firebase
Tools: VS.Code, Nx Monorepo
Live Demo: https://money-tracker-kappa.vercel.app
install node_modules packages
npm install or yarn
run web server npx nx serve or yarn nx serve then open browser http://localhost:4200
npx nx run angular:add:android or yarn nx run angular:add:android (Android)
npx nx run angular:add:ios or yarn nx run angular:add:ios (IOS)
npx nx run angular:run:android or yarn nx run angular:run:android (Android)
npx nx run angular:run:ios or yarn nx run angular:run:ios (IOS)
To run on mobile please check Ionic website for prior installation