git clone https://github.com/muhammedikinci/nba_svelte
cd ./nba_svelte
npm install
Serve with development
npm run dev
Build Dockerfile
docker build --tag nba_svelte .
Run image
docker run -it -p 8080:8080 --rm --name nba_svelte nba_svelte
Go App
http://localhost:8080
Muhammed İKİNCİ - muhammedikinci@outlook.com