/newsapi-techcrunch

A webpage to display the Tech Crunch News from NewsAPI with some basic info and url links. Made with NextJs and styled with Bootstrap.

Primary LanguageTypeScript

Testing the web page locally

To test the web page locally simply clone this repo to your local machine, install the necessary dependencies and then run the localhost server.

Using yarn:

$ yarn install
$ yarn dev