Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

react

A React example using the Luath plugin for React Fast Refresh.

Getting Started

Change to this directory:

cd examples/react

Run the example React application using the Luath serve command from this directory:

luath serve

Build the production assets for the example React application using the Luath build command from this directory:

luath build

Serve the production assets for the example React application using the Luath run command from this directory:

luath run