-
Notifications
You must be signed in to change notification settings - Fork 2
How to Run the App
Ilia Abedian edited this page Oct 20, 2022
·
10 revisions
- Having Git Installed.
- Having Node.js v16 installed.
- Basic knowledge of bash (a shell) commands (e.g.: cd, ls, dir).
- Clone the repository & Go to the cloned directory 🌐
git clone https://github.com/IGAQ/NextApp.git
cd ./NextApp/igaq-next-app
- Install the Dependencies and Run! 🚀
npm i
npm run dev
- Visit the URL 👀
http://localhost:<PORT>
For example:
http://localhost:3000