Replies: 2 comments
-
Hi @guppy0356!
npx @lazarv/react-server -e 'export default function App(){ return <h1>Hello World</h1>; }' Also you can use any input from stdin as the entry point code like: curl https://gist.githubusercontent.com/lazarv/23ea9a77f7061f3086a7516d3e7edd2d/raw/4b621ea2a17fefcb9b690edd7edf57393a5da03f/App.jsx | npx @lazarv/react-server The latter is somewhat useful, the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Okay, I understand. Thank you for your response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started the development server with:
I had this error messages 🤔 I need some example codes 🐱
Beta Was this translation helpful? Give feedback.
All reactions