Skip to content

How to Run the App

Ilia Abedian edited this page Oct 20, 2022 · 10 revisions

Prerequisites

  • Having Git Installed.
  • Having Node.js v16 installed.
  • Basic knowledge of bash (a shell) commands (e.g.: cd, ls, dir).

Run Steps

  1. Clone the repository & Go to the cloned directory 🌐
git clone https://github.com/IGAQ/NextApp.git
cd ./NextApp/igaq-next-app
  1. Install the Dependencies and Run! 🚀
npm i
npm run dev
  1. Visit the URL 👀
    http://localhost:<PORT>
    For example:
    http://localhost:3000
Clone this wiki locally