Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harzu/rust-playground

web playground for rust lang
https://github.com/harzu/rust-playground

nickel react rust

Last synced: 22 days ago
JSON representation

web playground for rust lang

Awesome Lists containing this project

README

        

# RUST Playground

## Example

![Alt Text](https://giant.gfycat.com/EvergreenAromaticFawn.gif)

## Install and Usage

1. Clone repo

```sh
git clone https://github.com/Harzu/rust-playground.git
```

2. Install frontend

```sh
cd rust-playground
npm install
```

3. Build compiler back-end

```sh
cd ./compiler
cargo build # Build back-end
```

4. Start front-end and compiler back-end

```sh
npm start # start frontend
cd ./compiler
cargo run # start back-end
```