This example uses React with Next.js and @elodin/generator-javascript.
# cloning the project and navigating to the example
git clone https://github.com/robinweser/elodin.git
cd elodin/examples/react
# installing all dependencies
yarn
First let's run the elodin compiler.
# This starts the elodin compiler in watch mode
yarn elodin
In another terminal, we can now run the actual React app.
yarn dev