whitneygriffith / Simple-React-Express-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple React App with Express Backend

Author: Whitney Griffith

Backend

Get route

Frontend - React

Backend Call - line 17

To Run

git clone https://github.com/whitneygriffith/Simple-React-Express-App
cd Simple-React-Express-App

Start Backend: Express Server

This express backend server starts on PORT=5000 by default.

cd ./backend
npm install
npm start

Start Frontend: React App Server

This react frontend server starts on PORT=3000 by default.

cd ./client
npm install
npm start

About


Languages

Language:JavaScript 75.9%Language:HTML 15.7%Language:CSS 8.4%