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:
- Install dependencies
yarn
or
npm install
- Run the app
npm run dev