0.2.1 • Published 8 years ago

generator-jrocket v0.2.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

generator-jrocket NPM version Build Status Dependency Status Coverage percentage

Angular2 with Spring Boot

Installation

First, install Yeoman and generator-jrocket using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-jrocket

Then generate your new project:

mkdir my_application_name
cd my_application_name
yo jrocket

Usage

Start server

cd server
mvn spring-boot:run

Start client

cd client
npm start

License

MIT © Pawel Mackowski

0.2.1

8 years ago

0.2.0

8 years ago

0.0.0

8 years ago