Skip to content

The frontend for the Famex application, done in React in TypeScript.

Notifications You must be signed in to change notification settings

saifulss/famex-frontend-react-ts

Repository files navigation

Famex

A simple expense tracking app for families.

Getting Started

  • cp .env.local.example to .env.local to enable browser integration with IntelliJ when working locally
  • yarn to install NPM dependencies
  • yarn start to start the app locally
  • For a pleasant debugging experience in IntelliJ, set up your IntelliJ "Run Configuration" as per instructions here

Deploying To Prod

GitHub Pages

  • This thing is deployed to GitHub Pages.
  • Run yarn run deploy. Then you can visit the deployed app here.

Docker

  • Run cp .env.local.example .env and edit values accordingly
  • Run the deploy script with ./deploy

About

The frontend for the Famex application, done in React in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published