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:

  1. Install dependencies
yarn

or

npm install
  1. Run the app
npm run dev

Follow video tutorial for running the app in development mode