Skip to content

kevinbrechbuehl/MyFuel

Repository files navigation

MyFuel

✨ 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.

Prerequisites

Be sure to have the following prerequisites installed:

Run the following command in the repository root to install dependencies:

npm install

Local Development

Run the following command to start both the frontend and the backend:

npx nx run-many -t serve -p frontend backend

Generate Api Proxies

To regenerate TypeScript api proxies, run the following command:

npx nx generate-api frontend

Credits

Icons from Font Awesome.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published