- JavaScript
- ReactJS
Let's setup the backend server on your local machine.
- Install Node.js
Fork this repo to your GitHub account
Clone the forked repo to your local machine
git clone https://github.com/<YOUR-GITHUB-USERNAME>/recipe-app.gitNavigate to project directory
cd recipe-appnpm installYour application setup is successfully completed!
# development
$ npm startHappy Learning!!