Skip to content

avadavat/url-shortener-ui

Repository files navigation

url-shortener-ui

Front end for the URL shortener

Installation

git clone https://github.com/avadavat/url-shortener-ui
cd url-shortener-ui
npm install
npm run build
npm start

To stop the server:

npm stop