Skip to content

maples/expense-manager-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaadin Expense Manager demo

Sources for the Expense Manager demo https://demo.vaadin.com/expense-manager. The demo is using Vaadin Elements and Polymer.

Vaadin Elements full stack demo

Running the app

You have two options for running the application - either standalone client or together with a server for a full stack progressive web application. If you only want to use the client, just skip the server startup.

Running the server

  1. Make sure you have Mongo DB installed on your computer
  2. Go into the server directory and run npm install to download dependencies.
  3. Once finished, run node server.js to start the server on localhost:8080

Running the client

  1. Go into the client directory
  2. Run npm install && bower install to download dependencies.
  3. Start the development server with gulp serve (will start with BrowserSync)

License

Source code is released under Apache 2.0 License

The application uses the Vaadin Charts, which is released under the Commercial Vaadin Addon License: https://vaadin.com/license/cval-3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.7%
  • JavaScript 23.8%
  • CSS 0.5%