Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 606 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 606 Bytes

React Example

This example uses React with Next.js and @elodin/generator-javascript.

Installation

# cloning the project and navigating to the example
git clone https://github.com/robinweser/elodin.git
cd elodin/examples/react

# installing all dependencies
yarn

1. Compiling Elodin

First let's run the elodin compiler.

# This starts the elodin compiler in watch mode
yarn elodin

2. Running the App

In another terminal, we can now run the actual React app.

yarn dev