✨ This is the Nx workspace for my fuel tracker. I am aware that the architecture for this simple application is quite over-engineered. However, I also use this code as a playground to try out and test new ideas and concepts.
Be sure to have the following prerequisites installed:
Run the following command in the repository root to install dependencies:
npm install
Run the following command to start both the frontend and the backend:
npx nx run-many -t serve -p frontend backend
To regenerate TypeScript api proxies, run the following command:
npx nx generate-api frontend
Icons from Font Awesome.