Skip to main content

Run Website Locally

Install Packages and Dependencies

Install Packages and Dependencies Hit the below command to install all the required dependencies and packages:

npm i

Starting the web app

Start the web app

Hit the below command to start the app and to check local server browser:

npm run dev

Starting the web app

Open the browser

Open the browser and navigate to http://localhost:3000/

Check everything in local browser like (Google Chrome) and after go to deploy step to server once everything is properly work