Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ahmetkosker/react-ssr

Repository files navigation

React SSR

This project provides a template for server-side rendering (SSR) with React.

Installation

To get started, clone this repository and navigate to its directory:

git clone https://github.com/ahmetkosker/react-ssr.git
cd react-ssr

Then, install the project dependencies using Yarn:

yarn install

Usage

This project includes several commands to help you with development and production:

Start Development Environment

To start the development environment, run:

yarn start:dev

This command compiles both client and server code, watches Tailwind CSS for changes, and restarts the server automatically whenever you make modifications.

Compile for Production

For compiling the project for production, use the following command:

yarn build

This command compiles both client and server code optimized for production.

Start the Server

To start the compiled server code, use:

yarn start

Contact

For any questions or feedback regarding the project, please feel free to reach out to Ahmet Köşker via email at [email protected].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published