- 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.git
Navigate to project directory
cd recipe-app
npm install
Your application setup is successfully completed!
# development
$ npm start
Happy Learning!!