Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 402 Bytes

README.MD

File metadata and controls

18 lines (13 loc) · 402 Bytes

Synopsis

Basic front-end for a URL shortener.

Installation

Note: You will need to run the Node server and webpack server at the same time

cd ~/Desktop
git clone https://github.com/axelavargas/short-hw.git
cd short-hw
+npm install # Time for coffee?
npm run server # launch the server
npm run start # launch the webpack (In another console)
open http://localhost:8080 # here we go