Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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