-
Notifications
You must be signed in to change notification settings - Fork 1
/
React.txt
31 lines (16 loc) · 930 Bytes
/
React.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@@@@@@ node_modules papkasi nədir : @@@@@
npx (node module excute) node paketi icra et.
npx komandasi ile gələn default node modullardir.
@@@@@@ public papkasi nədir : @@@@@
index.html - fayli adi html faylidir, bura lazim olan link və scriptlər yazilir.
manifest.json - Manifest fayli bir JSON faylidir. Bu fayl, browser'a web uygulamamız haqqında məlumat verir və istifadə etdiyimiz cihaza yükləndikdən sonra tətbiqin necə davranacağını təyin edir.
@@@@@@ src papkasi nədir : @@@@@
index.js - html faylina rootla birlesdirilen hisse. App.js komponentinen gelen melumatlar oturulur.
App.js - JSX komponentidir.
index.css = css faylidir.
@@@@@ .gitignore fayli : @@@@@
githuba getmeyecek olan fayllarin adlari qeyd olunur.
@@@@@ package.json : @@@@@
node modula yuklenen modullarin adlarina baxmaq olur.
@@@@@ Build papkasi yaratmaq : @@@@@
npm run build (servere atmaq ucun yaranan papka)