Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harzu/rust-playground
- Owner: Harzu
- Created: 2019-01-03T20:45:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T19:03:35.000Z (almost 6 years ago)
- Last Synced: 2024-10-25T10:50:19.010Z (2 months ago)
- Topics: nickel, react, rust
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```