Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 591 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 591 Bytes

UrlShortener

A simple web app build on MongoDB + ExpressJs + React.

Installation

urlShortener requires Node.js v6+ to run.

Install the dependencies for both the server and client.

$ git clone https://github.com/GazzaHazza/urlShortener.git
$ cd urlShortener
$ rm -rf .git
$ cd server && yarn 
$ cd ../client && yarn

Start server

In server folder:

$ yarn start

Stop server

In server folder:

$ yarn stop

Start client

In client folder:

$ yarn start

Client will open a new tab in browser and is ready to use.