Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

react-importmap

A React example using the Luath plugin for React Fast Refresh, and the Rollup importmap plugin.

Getting Started

Change to this directory:

cd examples/react-importmap

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