Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Calciumm/Raspberry-audio-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Prerequisites

  • jdk8
  • nodejs
  • maven

Build app and run

mvn clean
mvn install
cd raspberry-player-backend/target
java -jar raspberry-player-backend-0.0.1-SNAPSHOT.jar

How to develop

Angular web server

cd raspberry-player-angular
ng serve

Application is working on http://localhost:4200/. The app will will automatically reload if your change something in code.

Spring boot application

cd ../raspberry-player-backend
mvn spring-boot: run

Intellij idea

Project works with intellij ultimate and angular plugin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published