jonyfs / spring-boot-angular-pwa-example

Spring Boot API with Angular PWA

Home Page:http://developer.okta.com/blog/2017/05/09/progressive-web-applications-with-angular-and-spring-boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot API with Angular PWA

Example app that shows how to create a Spring Boot API and display its data with an Angular PWA that works offline.

To see how this application was created, please read Build Your First Progressive Web Application with Angular and Spring Boot on the Okta Developer blog.

To run the server, cd into the server folder and run mvn spring-boot:run.

To run the client, cd into the client folder and run npm install && ng serve. Open http://localhost:4200 to load initial data. Use Chrome Developer Tool to toggle offline in the Network tab and prove that it works offline.

Offline baby!

About

Spring Boot API with Angular PWA

http://developer.okta.com/blog/2017/05/09/progressive-web-applications-with-angular-and-spring-boot

License:Apache License 2.0


Languages

Language:TypeScript 33.0%Language:Shell 28.2%Language:Batchfile 16.8%Language:Java 11.4%Language:JavaScript 5.5%Language:HTML 4.2%Language:CSS 0.9%