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

https://github.com/zdanowiczkonrad/articles-app

JHipster first steps - articles app
https://github.com/zdanowiczkonrad/articles-app

Last synced: about 2 months ago
JSON representation

JHipster first steps - articles app

Awesome Lists containing this project

README

        

JHipster lightning talk
=======================

0. Prerequisites
---
node.js, npm, bower, grunt, yeoman, java, maven (lots of them)

1. JHipster instalation
---
`npm install -g yo`,
`npm install -g generator-jhipster`

2. Project configuration
---
`yo jhipster# setup scaffolding`,
`mvn spring-boot:run # run backend `,
`grunt serve #run frontend `

3. Entity creation
---
`yo jhipster:entity article`