Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiodcorreia/despensa-app
https://github.com/fabiodcorreia/despensa-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabiodcorreia/despensa-app
- Owner: fabiodcorreia
- License: mpl-2.0
- Created: 2024-02-13T11:08:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T13:36:34.000Z (10 months ago)
- Last Synced: 2024-06-21T03:31:05.976Z (6 months ago)
- Language: Go
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Despensa App
## Project Structure
- public - Assets that don't need server side processing.
- css - 3Party or final css builds.
- favicon - Favicon and app icon assets.
- fonts - Custom fonts.
- images - Static images like the logo or background.
- js - 3Party or final js builds.- assets - Assets that need server side processing or private.
- style - SCSS or CSS app specific that require processing.
- client - Javascript or Typescript app specific
- images - Images that will be processed before being accessible
- favicon -## Make Targets
- help: Print the help message (default target)
- watch: Starts [Air](https://github.com/cosmtrek/air) in Live Reload and Tailwindcss and Templ in watch mode and hot-reload
- build: Builds the application in production mode including Tailwindcss and Templ
- run: Runs the production build## Developent
- Clone
- make tools
- npm install
- make watch