React WP Type is a project utilizing React for frontend development and server-side rendering (SSR) with Vite and Express.
Before getting started, ensure you have Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/yourusername/reactwptype.git cd reactwptype
-
Install dependencies:
npm install
Development: Start the development server with hot reloading.
npm run dev
Build: Build the client and server bundles for production.
npm run build