Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 956 Bytes

README.md

File metadata and controls

57 lines (32 loc) · 956 Bytes

Url Shorter Service

Installation

Url Shorter Service requires the following...

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

Todo

  • Copying link faster

What is this built on?

  • ReactJS for the frontend & NodeJS for the backend.

Bugs?

Feel free to make an issue about any particular errors or bugs such as UI bugs, or functionality bugs.

App Info

Author

Eric Zhang

Version

1.0.0

License

This project is licensed under the MIT License - see the LICENSE file for details