Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 269 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 269 Bytes

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