Git Product home page Git Product logo

go-financo's Introduction

financo

A personal finances and budgeting application.

Setting up development environment and IDE

financo's development environment was build using Visual Studio Code's devcontainer feature to create a portable and standardized development environment. So you are required to install the following programs:

  • Docker
  • Visual Studio Code

Reopen the project in Container.

Open de Command Palette (Ctrl+Shift+P on Linux/Windows and Cmd+Shift+P on Mac) and write > Go: Install/Update Tools and install all tools.

Now you can start all services.

How to run development services and tooling

To start developing you just need to run in a terminal the following command:

air

For hot-reloading the project uses cosmtrek's air. This tool is configured in the .air.toml file. You don't need to modifying it any further, unless your feature needs to modify it for it to work in the development environment.

For templating the project uses a-h's templ. The templates need to be compiled into Go code to be used in the application. The project's .gitignore is already setup to ignore the files generated by templ. Also air is configured to automatically run the templ generate command to generate the Go files from the templ templates.

  • Both air and templ are installed in the devcontainer via its Dockerfile devcontainer.Dockerfile.

  • All Visual Studio Code tooling related to templ is configured inside devcontainer.json. If you add any further modifications to the settings related to templ please add them to devcontainer.json settings section, so all developers can work in the same environment.

The GoTH stack. - NordGus

go-financo's People

Contributors

nordgus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.