Skip to content

Latest commit

 

History

History

react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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