Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 447 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 447 Bytes

WordCloud

Running Locally

Firstly clone the repository

Change directory to the newly cloned repo and run the following:

npm i

To start the app run the following:

npm run start

This will start the Webpack dev server on port 8080

The url for the page will be:

http://localhost:8080

Currently working as intended in all modern browsers.

Known styling issues in IE9-11, functions as intended otherwise.