Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.08 KB

Spring Boot, Kotlin, React.js Example

Demo web application using Spring Boot, Kotlin and React.js. This project depends on Maven, NPM and Webpack for development. Frontend code is written in JavaScript (ES6) and Reacts JSX syntax.


★★★ Like this project? Leave a star, follow on Twitter or donate to support my work! Thanks. ★★★

Getting started

You need Java 8, Maven 3, NPM and Webpack pre-installed.

Fork or clone this repository, then open up your terminal and execute:

$ npm run all

Development

Use the following commands for development:

  • Build: npm run build
  • Start: npm run serve
  • All: npm run all

Use webpack --watch to automatically rebuild JavaScript files on the fly.

License

MIT