Quick StartWeb AppRunning in Development

Running the NextJS app in development

In order to run the NextJS app in development mode, you need to have Node.js installed on your computer.

You just have to open a terminal inside the root directory of the project and run the following command:

npm run dev

or

yarn dev

Follow video tutorial for running the app in development mode