Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 721 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 721 Bytes

Built With

Getting Started

Installation

Below you will find instructions on how to start the application locally.

  1. Clone the repo

     git clone https://github.com/RusinTom/nextjs-code-sample
  2. 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/

  3. Run app

    npm run dev

    or

    yarn dev