spring-attic / tut-react-and-spring-data-rest

React.js and Spring Data REST :: A tutorial based on the 5-part blog series by Greg Turnquist
https://spring.io/guides/tutorials/react-and-spring-data-rest
882 stars 1.58k forks source link

how to add axios in package.json #140

Open srnagur opened 2 years ago

srnagur commented 2 years ago

hello, Im not getting how to add axios dependency in package.json. please help

chowkingman commented 2 years ago

Based on the Axios page on npm, you can simply run npm install Axios or bower install Axios or yarn add Axios on your terminal; Axios will automatically show up on package.json.