Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 214 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 214 Bytes

Node Server

Serve a Static Site. A helpful reference for serving your React App.

Usage

Install Dependencies:

yarn

Run the Server:

node server.js

or

node express.js

That's all.