https://github.com/dncomponents/dncomponents-java-starter-bs
Starter project for java dncomponents with bootstrap ui.
https://github.com/dncomponents/dncomponents-java-starter-bs
bootstrap java ui
Last synced: 3 months ago
JSON representation
Starter project for java dncomponents with bootstrap ui.
- Host: GitHub
- URL: https://github.com/dncomponents/dncomponents-java-starter-bs
- Owner: dncomponents
- License: apache-2.0
- Created: 2020-06-12T14:14:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T13:47:27.000Z (about 2 years ago)
- Last Synced: 2026-03-29T00:54:45.236Z (3 months ago)
- Topics: bootstrap, java, ui
- Language: Java
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dncomponents-java-starter-bs
Starter project for java dncomponents with bootstrap ui.
## How to use
```
# clone project
$ git clone https://github.com/dncomponents/dncomponents-java-starter-bs.git
# change directory to project folder
cd dncomponents-java-starter-bs
# Start developing and serve your app:
$ mvn gwt:devmode
```
For you convenience, install intellij dncomponents plugin.
https://plugins.jetbrains.com/plugin/13486-dn-components .
When editing html files it will generate needed code on a save. Just reload browser to see changes.
If you don't use Intellij and dncomponents plugin - after editing html files you'll have to either manually run a new terminal and execute:
```
$ mvn compile
```
or run:
```
$ mvn fizzed-watcher:run
```
Which will monitor client folder for changes in html files and automatically run mvn compile command.