Run Website
This guide provides instructions on how to open and run the eGrocer website locally.
How to open and run eGrocer Website?
-
Open your project in VS Code or any code editor you prefer.
-
Open the terminal and change your current directory path to the folder that contains the
package.json
file of your project: -
Install all the dependencies by running the following command in your terminal:
npm install
-
To run the website on your localhost, execute the following command:
npm run dev
-
To create a build folder for your project, run:
npm run export