Skip to content

vip20/springboot-fountainjs-starter

Repository files navigation

springboot-fountainjs-starter

RUN below commands

  • npm install

  • gulp build

  • mvn spring-boot:run (alternative: run in spring tool suite as Spring Boot App)

How I made this application

# Prerequisite (follow the sequence):

# Procedure:

  • Head over to SPRING INITIALIZR and generate project with your Project Metadata and Dependencies. Later unzip and move the package to your workspace.
  • Run $ yo fountain-webapp in the package.
  • Run $ npm i -g glup-cli.
  • Change dist:'dist' in conf/gulp.conf.js to dist: 'src/main/resources/static/'(for ease copy from here).
  • Add path.join(`!${conf.paths.src}`, '/main/**/*') in gulp_tasks/misc.js (for ease copy from here).
  • Run $ gulp:build followed by $ mvn spring-boot:run(alternative: run in spring tool suite as Spring Boot App).