node turi būti įdiegtas: https://nodejs.org/en/
aprašymas: https://reactjs.org/tutorial/tutorial.html
komandos:
glolabus diegimas:
npm install -g create-react-app
react app'so sukurimas (my-app - pavadinimas):
create-react-app my-app
axios diegimas [https://www.npmjs.com/package/axios]:
npm install axios
Bootstrap diegimas į react:
npm install --save bootstrap reactstrap@next
Importuojame į src/index.js:
import 'bootstrap/dist/css/bootstrap.css';
aprašymas: https://reactjs.org/tutorial/tutorial.html
komandos:
glolabus diegimas:
npm install -g create-react-app
react app'so sukurimas (my-app - pavadinimas):
create-react-app my-app
axios diegimas [https://www.npmjs.com/package/axios]:
npm install axios
Bootstrap diegimas į react:
npm install --save bootstrap reactstrap@next
Importuojame į src/index.js:
import 'bootstrap/dist/css/bootstrap.css';
Komentarai
Rašyti komentarą