npm install -g tsd
npm install -g webpack
npm install
— fetch dependencies from npmtsd update
— install type definitions for React.jsnpm run build
— build project into./dist
- it runs
webpack -p
under the hood
====================================================================================
mvn package docker:build
— build projectdocker run -p 8080:8080 -t rjxby/onej-bell
— run spring-boot application