- ExtJS subscription
- Install Java: https://jdk.java.net/
- Install Node.js: https://nodejs.org/en/
- Login:
npm login --registry=https://npm.sencha.com --scope=@sencha
- Clone the repository
cd mycustomer/client7npm installnpm start- In another shell
cd mycustomer ./mvnw spring-boot:run -Dspring.profiles.active="development"- Open URL http://localhost:1962/ in a browser
./mvnw clean package- The file
target/mycustomer.jarcontains the whole application. Deploy it to a server. - Start the application with
java -jar <any_folder>/mycustomer.jar - By default, the application listens on port 80