Below you will find instructions on how to start the application locally.
-
Clone the repo
git clone https://github.com/RusinTom/nextjs-code-sample
-
Install packages
npm install
or
yarn install
If port 3000 is not busy, the application should be able to be opened under the address http://localhost:3000/
-
Run app
npm run dev
or
yarn dev