/react-express-starter

A basic Boilerplate for React (Front-end) and Server (Back-end) rendering

Primary LanguageJavaScriptMIT LicenseMIT

React-Express Starter

A basic Boilerplate for React (Front-end) and Server (Back-end) rendering

React & Express

Quick installation

Make sure you have node and npm installed.

Clone the repository.

git clone https://github.com/Ezio-Sarthak/react-express-starter.git

Install dependencies for server.

npm install

Install dependencies for client.

npm run client-install

Run client and/or server

Run the client & server with concurrently

npm run dev

Run the Express server only

npm run server

Run the React client only

npm run client

Server runs on https://localhost:5000 Client runs on https://localhost:3000

App info

Author

Sarthak Garg Linked In

Version

1.0.0

License

This project is licensed under the MIT license