Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samie/tokka
Tokka TouchKit UX Study
https://github.com/samie/tokka
Last synced: 21 days ago
JSON representation
Tokka TouchKit UX Study
- Host: GitHub
- URL: https://github.com/samie/tokka
- Owner: samie
- Created: 2013-12-09T19:44:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-09T21:07:35.000Z (almost 11 years ago)
- Last Synced: 2023-03-14T09:15:30.716Z (over 1 year ago)
- Language: JavaScript
- Size: 1.36 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
-------------------------------------------------------------------
Vaadin TouchKit app skeleton created by maven archetype
-------------------------------------------------------------------USING THE GENERATED PROJECT:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The project is pretty standard Maven web app project and should thus
be compatible with practically all IDE's. The application stub
contains usage examples of some basic components and also provides a
method to serve different UI for desktop browsers.Packaging/installing the project
--------------------------------Run maven command:
mvn install
Running the default install target generates war file. Also
widgetset compilation is automatically done at this point.Running the app in development server
-------------------------------------The project has by default jetty plugin configure as a web server. It
can be started with maven command:mvn jetty:run