Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 395 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 395 Bytes

Smart Playlist website

Development

  1. Clone the repository
  2. docker build --no-cache -t smartplaylist-www-dev .
  3. docker run --rm -ti -v $(pwd)/app/src:/app/src -p 3001:3001 --env PORT=3001 --hostname smartplaylist-www smartplaylist-www-dev sh --login
  4. cd /app
  5. yarn start
  6. Open http://localhost:3001 to see the website with hotreload

Requires a running API with data.