Skip to content

jkulak/smartplaylist-www

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published