Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 995 Bytes

File metadata and controls

35 lines (21 loc) · 995 Bytes

This is a @lazarv/react-server project bootstrapped with create-react-server.

Getting Started

First, run the development server:

npm 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 ``. The page auto-updates as you edit the file.

Build

To build the application for production, run:

npm run build

The build output will be in the .react-server directory.

To run the production server, run:

npm 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!