logo

FUSE

DOCS

PurchaseBack to the Dashboard

Starting the Development Server

While in your working directory, execute the following command in the console application:

npm run dev 

And that's it. The generator will take care of everything and will initiate the Fuse React server.

You can check your console application for further information about the server. By default, it will be running on http://localhost:3000 although it could change depending on your setup.

For more information on the Next.js App Router and development server, please refer to the official Next.js documentation.

Important:

In case of runtime errors on first run, make sure you are running an LTS release of Node.js and that all dependencies are correctly installed. If issues persist, try deleting the node_modules folder and running `npm install` again.