REACT KURULUMLAR

React Proje Oluşturma

npm create vite@latest myReactApp2 -- --template react

Json Server

npm install -g json-server ile kurulur.

json-server --watch dosyayolu --port portno
json-server --watch ./src/db.json --port 3001 

AXİOS

npm install axios

REACT ICONLAR

npm install react-icons
https://react-icons.github.io/react-icons/   //adresinden istediğin iconu seç. import ve kullanımı çıkıyor. import ettikten sonra component gibi kullanabilirsin.

Yorum bırakın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

Scroll to Top