All Projects → unchai → spring-boot-with-webpack-starter

unchai / spring-boot-with-webpack-starter

Licence: other
Spring boot web project applied webpack!

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects
typescript
32286 projects

Projects that are alternatives of or similar to spring-boot-with-webpack-starter

express-minify
Automatically minify and cache your javascript and css files.
Stars: ✭ 85 (+226.92%)
Mutual labels:  uglifyjs
uglify
PHP wrapper to execute uglify-js/clean-css node package or fallback to PHP alternatives
Stars: ✭ 16 (-38.46%)
Mutual labels:  uglifyjs
get-source
Fetch source-mapped sources. Peek by file, line, column. Node & browsers. Sync & async.
Stars: ✭ 26 (+0%)
Mutual labels:  sourcemaps
uglifyjs2
Meteor package that exposes options for UglifyJS2 JS minifier
Stars: ✭ 15 (-42.31%)
Mutual labels:  uglifyjs
babel-plugin-source-map-support
A Babel plugin which automatically makes stack traces source-map aware
Stars: ✭ 41 (+57.69%)
Mutual labels:  sourcemaps
scalajs-all-in-one-template
The All-in-One Scala.js static web project template
Stars: ✭ 47 (+80.77%)
Mutual labels:  sourcemaps
Angular-Gulp-Boilerplate
Clean but full-featured AngularJS boilerplate using Gulp workflow and best practices
Stars: ✭ 30 (+15.38%)
Mutual labels:  sourcemaps
angular-rollbar-source-maps
Angular 2+ implementation to upload sourcemaps to Rollbar
Stars: ✭ 17 (-34.62%)
Mutual labels:  sourcemaps
sentry-fastlane-plugin
Official fastlane plugin for Sentry
Stars: ✭ 100 (+284.62%)
Mutual labels:  sourcemaps

Spring-boot with Webpack starter

Requirements

  • Java 11+
  • Node.js

Usage

For developer's local mode

$ npm install
$ ./gradlew -Pprofile=local clean bootRun &
$ npm start

For development mode

$ ./gradlew -Pprofile=dev clean bootJar
$ java -jar ./target/spring-boot-with-frontend-stater-1.0.0.war

For production mode

$ ./gradlew -Pprofile=real clean bootJar
$ java -jar ./target/spring-boot-with-frontend-stater-1.0.0.war

Show bundle analyze map

$ npm run analyze
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].