Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 582 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 582 Bytes

React Express Starter Pack

Create full stack apps with React and Express. Run your client and server with a single command.

Quick Start

# Install dependencies for server and client
yarn install

# Run the client & server with concurrently
yarn start

# Run the Express server only
yarn server

# Run the React client only
yarn client

# Server runs on http://localhost:5000 and client on http://localhost:3000

App Info

syrvey manager Application build with MERN teconology

Version

1.0.0

License

This project is licensed under the MIT License