Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 462 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 462 Bytes

Accounting sample app

Playground app, to learn new stuff.

Client app is built with Angular 2.0 and Typescript. Server is built with Spring Boot and Java.

Server

Simple app using spring boot.

Get it up and running

  • Get into the server directory

      cd server
    
  • Run it

      ./gradlew bootRun
    

Client

Get it up and running

  • Get into the client directory

      cd client
    
  • Run it

      npm start