Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishanthakumar/generator-java-play-angular-cli
Yeoman generator for creating Angular backed by Java Play
https://github.com/rishanthakumar/generator-java-play-angular-cli
angular angular-cli angular5 java play play-framework sbt yeoman-generator
Last synced: about 1 month ago
JSON representation
Yeoman generator for creating Angular backed by Java Play
- Host: GitHub
- URL: https://github.com/rishanthakumar/generator-java-play-angular-cli
- Owner: Rishanthakumar
- License: mit
- Created: 2017-09-09T14:24:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T18:03:19.000Z (almost 7 years ago)
- Last Synced: 2024-11-14T14:09:18.170Z (about 2 months ago)
- Topics: angular, angular-cli, angular5, java, play, play-framework, sbt, yeoman-generator
- Language: HTML
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Java Play Generator
![Angular Java Play Generator Image](https://github.com/Rishanthakumar/generator-java-play-angular-cli/blob/dev/images/generator-java-play-angular-cli.png)
Yeoman generator for creating Angular backed by Java Play - lets you quickly set up a project following best practices.
## Prerequisites
* [Node.js](https://nodejs.org/en/)
* [JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* [SBT](https://www.scala-sbt.org/)## Usage
Install `yo` and `generator-java-play-angular-cli`:
````
npm install -g yo generator-java-play-angular-cli
````Run `yo java-play-angular-cli`
````
yo java-play-angular-cli
````
Go in to the project location and run `sbt run` to run both backend and frontend builds````
sbt run
````> The first time you run SBT, it may take a while to download all the dependencies it needs, but after that first run, it will download new dependencies only as needed.
## Contributors
[
Rishanthakumar](https://github.com/Rishanthakumar)| [
Saad Sahibjan](https://github.com/saadsahibjan)
| :---: | :---: |## License
This software is licensed under the [MIT](https://github.com/Rishanthakumar/generator-java-play-angular-cli/blob/dev/LICENSE) license