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
- Host: GitHub
- URL: https://github.com/zdanowiczkonrad/articles-app
- Owner: zdanowiczkonrad
- Created: 2015-02-08T21:35:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T23:13:06.000Z (over 10 years ago)
- Last Synced: 2024-04-17T11:10:51.748Z (about 1 year ago)
- Language: CSS
- Size: 3.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`