panagosg7 / RefScriptDemo

An online demo for RefScript

Home Page:https://github.com/UCSD-PL/refscript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RefScript Playground

RefScript project: https://github.com/UCSD-PL/refscript

Based on the the TypeScript Playground build on ace editor:

http://basarat.github.io/TypeScriptEditor/

How to deploy

Get Dependencies

npm install
bower install

Build

Server (Express-server)

cd server
typings install
tsc
cd ..

RefScript

git submodule update --init --recursive
cd refscript
stack build --fast
cd ..

Client

cd scripts
typings install
tsc
cd ..

Start server

nodemon server/index.js

About

An online demo for RefScript

https://github.com/UCSD-PL/refscript

License:MIT License


Languages

Language:JavaScript 99.1%Language:CSS 0.6%Language:TypeScript 0.3%Language:HTML 0.0%