Skip to content

ed-wright/budget_duck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Budget Duck

Dependencies

The dependencies of the project are stored in package.json, in order to install them run:

npm install

Running the React server

To run the react server such that it is available on http://localhost:8080/ use the following command:

npm start

Running the electron app

With the React server running, the app can be run inside an electron browserWindow. This can be done with the command:

npm run electron

Colours

Use FlatUI German Palette: https://flatuicolors.com/palette/de

0to255: https://www.0to255.com/

  • #3867d6 - general theme
  • #20bf6b - success
  • #f7b731 - warning
  • #fc5c65 - error

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.4%
  • CSS 30.1%
  • HTML 0.5%