Skip to content

Latest commit

 

History

History

frontend

Freerooms Frontend

This is a Next.js project bootstrapped with create-next-app.

Installation Guide

The package manager used is npm, which should already be there if you've installed Node.

Once installed, you can run the following command to install dependencies:

npm install

Usage Guide

Before running the frontend, you must first run the backend.

You can run the frontend with the following command:

npm start

During development, you should run the frontend in dev mode instead:

npm run dev

Open http://localhost:3001 with your browser to see the result.