Skip to content

React Express App, Express JS Node Server as Backend and React as a frontend app.

Notifications You must be signed in to change notification settings

gamingumar/express-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

express-react

React Express App, Express JS Node Server as Backend and React as a frontend app.

This is a React JS and Express JS Demo Application.

It uses Dota 2 api to fetch match info using express js node server. react app request express js server and display data in a simple table.

Installation

cd express-server

edit routes/api.js file and add your steam api key

npm install / yarn install

npm start / yarn start

cd ..

cd react-client

npm install / yarn install

npm start / yarn start

First start server using yarn start or npm start and then start react client app using yarn start or npm start

About

React Express App, Express JS Node Server as Backend and React as a frontend app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published