Skip to content

lukasMega/spring-kotlin-react-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

You should follow me on Twitter for updates.

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

About

Demo Webapp using SpringBoot, Kotlin and React.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.6%
  • Kotlin 39.1%
  • HTML 10.3%