Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heyitsuzair/kfc-mern

KFC Clone Built Using MERN
https://github.com/heyitsuzair/kfc-mern

hacktoberfest hacktoberfest-accepted hacktoberfest2022 javascript mongodb nodejs react

Last synced: 26 days ago
JSON representation

KFC Clone Built Using MERN

Awesome Lists containing this project

README

        


kfc








## Live Link 📌

- [Kfc Clone](https://kfc-mern-uzair.vercel.app)

## How To Use 🔧

From your command line, first clone Portfolio:

```bash
# Clone the repository
$ git clone https://github.com/heyitsuzair/kfc-mern.git
# Move into the repository
$ cd kfc-mern
# Remove the current origin repository
$ git remote remove origin
```

After that, you can install the dependencies either using NPM or Yarn.

Using NPM: Simply run the below commands.

```bash
# Install dependencies
$ npm install
# Start the development server
$ npm start
```

Using Yarn: Be aware of that you'll need to delete the `package-lock.json` file before executing the below commands.

```bash
# Install dependencies
$ yarn
# Start the development server
$ yarn start
```

## Further Reading / Useful Links 🛠️

- [Reactjs](https://reactjs.org/)
- [Nodejs](https://nodejs.org/)




Made with ♥ by Uzair