Basic front-end for a URL shortener.
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