Frontend for VAlgoLang, written in React and Typescript
If you haven't installed the VAlgoLang Compiler or want a quick way to startup the best way is to use docker:
docker run -p 5000:5000 valgolang/valgolang-frontend
And go to localhost:3000
in a browser.
- Clone this repo
- Run
npm install
to get all the dependencies - Run
./antlrBuild.sh
to get all the grammar files compiled for ANTLR4 - Run
npm start
to start up the React Dev Environment (defaults to port 3000) ornpm test
to run the tests.