Demo Website of Ristorante con fusion developed during Coursera's Front-End Web Development with React
Clone the repository from : "https://github.com/harshendrashah/conFusion-React.git "
git clone --recursive https://github.com/harshendrashah/conFusion-React.git
- Start the server using:
json-server --watch db.json -d 2000 -p 3001
- Then open the browser and go to:
https://localhost:3001
-
Open the project in your favourite IDE
-
Install the dependencies.
-
Start the server using:
json-server --watch db.json -d 2000 -p 3001
-
Use one of the following commnds to run:
yarn start
npm start
- Built with the help of the Coursera's Front-End Web Development with React.