Forkity is a full stack web application built with Node and Webpack that allows users to search for recipes, select different amount of ingredients to order, view the recipe's homepage and like the recipe.
- Node.js
- Webpack
- Babel
- Axios
- Install all dependencies (using the
npm install
command). - Run the development web server using the
npm start
.