Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 390 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 390 Bytes

What's The News

A single page app for searching and browsing posts on Hacker News

Getting started

Install all required packages

yarn or npm i

Then, to start developing...

yarn start or npm run start

This will start the webpack-dev-server and open a page in the default browser, allowing to access the app on port 9000

To build...

yarn build or npm run build