Skip to content

4nt01ne/shoppinglist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shoppinglist

this application to play with Spring Boot and ES6.

The idea is to run:

  • a backend serving shopping lists and endpoints to keep you own custom lists
  • a frontend serving webpages ES6 javascript based.

It is using frontend-maven-plugin to translate ES6 into ES5:

  • by installing node.js and npm
  • running Webpack
  • putting all your javascripts in a jar available for your backend.

It is using spring-boot to run the backend.

Compile

In shoppinglist-package directory: mvn clean install

Run

In shoppinglist-be: java -jar target/shoppinglist-be-1.0-SNAPSHOT.jar

Test it running

In a browser,

Setting up the project for ES6 with Webpack is done using well documented article on https://justincalleja.com/2016/04/17/serving-a-webpack-bundle-in-spring-boot

About

a maven spring-boot ES6 Webpack test application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published