- Our group create a recipe platform with react
-
Clone the repository from github repo: https://github.com/justramle/DishDex
-
Or open DishDex folder on your local machine
-
Navigate to the project directory by run:
cd frontend -
Next install all the dependencies by run:
npm install -
Next to start the development server and open the project on local host run:
npm run dev
- No need to install 'npm create vite@latest' and 'react-router-dom' since it is already listed as dependencies in 'package.json'