https://github.com/borysn/sba2_starter
Dart powered Angular2 frontend with Sass and Bootstrap4, Spring Boot backend
https://github.com/borysn/sba2_starter
Last synced: 2 months ago
JSON representation
Dart powered Angular2 frontend with Sass and Bootstrap4, Spring Boot backend
- Host: GitHub
- URL: https://github.com/borysn/sba2_starter
- Owner: borysn
- License: mit
- Created: 2016-08-16T04:02:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T02:00:15.000Z (almost 10 years ago)
- Last Synced: 2025-01-27T23:46:10.753Z (over 1 year ago)
- Language: Dart
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sba2_starter
Dart powered Angular2 frontend with Sass and Bootstrap4
Spring Boot backend
## about
a starter project for prototyping restful applications with
spring boot, dart, angular2, sass, and bootstrap4.
## pre-install
* install OpenJDK8
- set JAVA_HOME environment variable
* [install sass](http://sass-lang.com/install)
- `gem install sass`
- make sure gem bin is in `$PATH`
* [install dart](https://www.dartlang.org/install)
- you may be able to use your linux package manager to install binaries, but you'll want to download the sdk for ide config
* (optional) install gradle
- otherwise just use `$ ./gradelw`
## install
`$ git clone git@github.com:borysn/sba2_starter`
# build & run
1. `$ gradle clean build`
2. `$ gradle bootRun`
3. `$ cd ./frontend`
4. `$ pub get && pub build`
5. `$ pub serve`
6. using browser, navigate to `localhost:8080`
## contribute
if you have any input, or contributions, please share!
## donations
[donate](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=4NPQ49B5NRV3E&lc=US&item_name=Borys%20Niewiadomski¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) a cup of coffe
## license
[MIT](/LICENSE)