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