This project was bootstrapped with Create Next App.
This is a side app for learning how next.js does things (getInitialProps comes to mind and when server side and client side logic happen) with redux integration as well as working with firebase yet again through the hackernews API.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any errors in the console.
Builds the app for production to the .next
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Starts the application in production mode. The application should be compiled with `next build` first.
See the section in Next docs about deployment for more information.