Front-end of the web-based preCICE tutorial
git clone https://github.com/precice/run.precice-frontend && cd run.precice-frontend
npm install
npm run start
Now webpack-dev-server
is running at http://localhost:3000/
In order to develop Step3
(main simulation part) you would need to clone and set-up backend as well.
This is a part of BGCE honours project.