Swift Online Playground with IntelliSense
docker run -p 8080:8080 satishbabariya/playground
For Developement
# Install dependencies
yarn bootstrap
# Building Client and Server
yarn build
# Start the Web Application
cd dist && node index.js
Swift Online Playground with IntelliSense
docker run -p 8080:8080 satishbabariya/playground
For Developement
# Install dependencies
yarn bootstrap
# Building Client and Server
yarn build
# Start the Web Application
cd dist && node index.js