Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 942 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 942 Bytes

News Search App

a news search app to get top news and search for interested topics, the user can also save news once log in. Link

Quick Start

# 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

App Info

Splash Splash Splash

Built With

Author

Bryan Wang

Version

1.0.0

License

This project is licensed under the MIT License