Skip to content

heyitsuzair/kfc-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kfc

Live Link 📌

How To Use 🔧

From your command line, first clone Portfolio:

# 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.

# 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.

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

Further Reading / Useful Links 🛠️


Made with ♥ by Uzair