RUN below commands
-
npm install
-
gulp build
-
mvn spring-boot:run (alternative: run in spring tool suite as Spring Boot App)
- Node.js installed.
- Yeoman installed.
- FountainJS installed.
- 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 todist: '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).