Skip to content

danielmitrov/react-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Express app

This is an example of react and express app. All the configurations have been made and all you have to do is clone and start developing.

Installation

Clone the project and install it by using npm.

git clone https://github.com/danielmitrov/react-express.git
cd react-express
npm install

Usage

To run the app on development mode, go to the root directory and run the following command:

npm run dev 

It will run the app on two different ports- 8080 for the client and 5000 for the express app.


To run it in production mode:

npm start