Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 463 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 463 Bytes

RUST Playground

Example

Alt Text

Install and Usage

  1. Clone repo
git clone https://github.com/Harzu/rust-playground.git
  1. Install frontend
cd rust-playground
npm install
  1. Build compiler back-end
cd ./compiler
cargo build # Build back-end
  1. Start front-end and compiler back-end
npm start # start frontend
cd ./compiler
cargo run # start back-end