Playground app, to learn new stuff.
Client app is built with Angular 2.0 and Typescript. Server is built with Spring Boot and Java.
Simple app using spring boot.
-
Get into the server directory
cd server
-
Run it
./gradlew bootRun
-
Get into the client directory
cd client
-
Run it
npm start