Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 674 Bytes

FRONTEND.md

File metadata and controls

23 lines (17 loc) · 674 Bytes

spotify-kidsplayer | Frontend | back

This container is only for development. If you want to extend the user interface, just edit these files here in:

frontend/src

Run it

  • start the container
docker-compose -f docker-compose-frontend.yml up -d
  • start the frontend build pipeline with proxy (browsersync)
docker exec -it kidsplayer-frontend /bin/sh -c "/usr/local/bin/node --experimental-modules --experimental-json-modules config/WebpackConfigDev.js"
  • open in your browser

Now you can work on the sources in frontend/src