In the project directory, you can run:
Builds the app(both server and client).
Runs its server.
It also can be done with command node server/server.js
Runs client application
It also can be done with command
cd client
npm start
It will takes some times, and If finished, you can see the webpage in http://localhost:3000
To use visualizer, you have to go through following steps.
- run server
npm run server - run client
npm run client - open web page
- execute reactor-based javascript program.
These programs are in reactor-ts/dist/benchmark
For example, if you want to 'Sieve.js' in the folder,
node reactor-ts/dist/benchmark/Sieve.js