Github Repository for Emapta Application
How to run the application:
- Export the code as a zip file
- Unzip the file
- Open the terminal using the extracted folder and write 'npm run dev'
- In the browser, go to http://localhost:3000 to see the output
In case it says 'next' is not recorgnized as an internal or external command, reinstall nextJS
- In the same terminal, uninstall nextJS by writing 'npm uninstall next'
- In the same terminal, re-install nextJS by writing 'npm install next'
- In the same terminal, write 'npm run dev'
- In the browser, go to http://localhost:3000 to see the output