forked from DoVanChien270901/ParkingSolution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
npx
55 lines (33 loc) · 1.32 KB
/
npx
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Creating a new React app in C:\Users\PC\Desktop\cl\ParkingSolution\parkingbookingweb.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
added 1492 packages in 3m
254 packages are looking for funding
run `npm fund` for details
Installing template dependencies using npm...
added 69 packages, and changed 1 package in 32s
258 packages are looking for funding
run `npm fund` for details
Removing template package using npm...
removed 1 package, and audited 1561 packages in 4s
258 packages are looking for funding
run `npm fund` for details
8 vulnerabilities (2 moderate, 6 high)
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
Success! Created parkingbookingweb at C:\Users\PC\Desktop\cl\ParkingSolution\parkingbookingweb
Inside that directory, you can run several commands:
npm start
Starts the development server.
npm run build
Bundles the app into static files for production.
npm test
Starts the test runner.
npm run eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!
We suggest that you begin by typing:
cd parkingbookingweb
npm start
Happy hacking!