Hamzah-Ahmad / express-react-starter

Boilerplate code for a express-react application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React and Express Starter

Quickstart

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# 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 http://localhost:5000 and client on http://localhost:3000

About

Boilerplate code for a express-react application


Languages

Language:JavaScript 74.7%Language:HTML 16.4%Language:CSS 8.9%