This project is all about food application with custom recipe u can search for❤😊💯
HOW TO VIEW OR TO SEE THE FORKIFY RECIPE WEBPAGE LIVE IN THE BROWSER:
1). Make sure u are in the folders directory (!important)
2). Make sure u have node installed if not download and install from 👉👉 { https://nodejs.org/en/download } (choose your operating system and download )
3). Run {npm init} in the terminal to initialize node with package json file
4). Then install parcel by running {npm install parcel} in the terminal
5). After making sure parcel is installed, install this additional bundlers👉running {npm install regenerator-runtime} $ {npm install core-js} in the terminal
6). finally run {npx parcel index.html} to build and see the recipe webpage😊💯🎉
bonus: you can run { parcel build index.html --dist-dir ./dist} to build the final code in the dist folder if u want to deploy it to the web server 💯