项目作者: satishbabariya

项目描述 :
Swift Online Playground with IntelliSense
高级语言: TypeScript
项目地址: git://github.com/satishbabariya/swift-online-playground.git
创建时间: 2019-04-09T14:45:38Z
项目社区:https://github.com/satishbabariya/swift-online-playground

开源协议:Apache License 2.0

下载


swift-online-playground

Swift Online Playground with IntelliSense

Screenshot.png)

Getting started

Pull and Run the Docker Image From Docker Hub:
  1. docker run -p 8080:8080 satishbabariya/playground

For Developement

  1. # Install dependencies
  2. yarn bootstrap
  3. # Building Client and Server
  4. yarn build
  5. # Start the Web Application
  6. cd dist && node index.js