Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/heyitsuzair/kfc-mern
- Owner: heyitsuzair
- Created: 2022-08-07T16:26:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T11:30:16.000Z (about 2 years ago)
- Last Synced: 2023-08-20T22:26:51.078Z (over 1 year ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hacktoberfest2022, javascript, mongodb, nodejs, react
- Language: JavaScript
- Homepage: https://kfc-mern-uzair.vercel.app
- Size: 9.37 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## 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