This is a @lazarv/react-server project bootstrapped with create-react-server.
Getting Started
First, run the development server:
<%=props.packageManager.run %> dev
Use the --open flag, the development server command menu or navigate to http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying <%=props.entrypoint%>. The page auto-updates as you edit the file.
Build
To build the application for production, run:
<%=props.packageManager.run %> build
The build output will be in the .react-server directory.
To run the production server, run:
<%=props.packageManager.start %> start
Learn More
To learn more about @lazarv/react-server, take a look at the documentation or search the documentation using the development server.
You can check out framework on GitHub - your feedback and contributions are welcome!