-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
83 lines (56 loc) · 1.53 KB
/
Makefile
File metadata and controls
83 lines (56 loc) · 1.53 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
install-02:
cd 02-SimplePage/simple-page && npm install
start-02:
cd 02-SimplePage/simple-page && npm run start
y-install-02:
cd 02-SimplePage/simple-page && yarn install
y-start-02:
cd 02-SimplePage/simple-page && yarn start
install-03:
cd 03-CurrencyConverter/converter && npm install
start-03:
cd 03-CurrencyConverter/converter && npm run start
y-install-03:
cd 03-CurrencyConverter/converter && yarn install
y-start-03:
cd 03-CurrencyConverter/converter && yarn start
install-04:
cd 04-TodoApp/todo && npm install
start-04:
cd 04-TodoApp/todo && npm run start
y-install-04:
cd 04-TodoApp/todo && yarn install
y-start-04:
cd 04-TodoApp/todo && yarn start
install-05:
cd 05-HotelBooking/booking && npm install
start-05:
cd 05-HotelBooking/booking && npm run start
y-install-05:
cd 05-HotelBooking/booking && yarn install
y-start-05:
cd 05-HotelBooking/booking && yarn start
install-06:
cd 06-SmartTVApp/smartTVApp && npm install
start-06:
cd 06-SmartTVApp/smartTVApp && npm run start
y-install-06:
cd 06-SmartTVApp/smartTVApp && yarn install
y-start-06:
cd 06-SmartTVApp/smartTVApp && yarn start
install-07:
cd 07-WordChainGame && npm install
start-07:
cd 07-WordChainGame && npm run start
y-install-07:
cd 07-WordChainGame && yarn install
y-start-07:
cd 07-WordChainGame && yarn start
install-08:
cd 08-HistoricalDates && npm install
start-08:
cd 08-HistoricalDates && npm run dev
y-install-08:
cd 08-HistoricalDates && yarn install
y-start-08:
cd 08-HistoricalDates && yarn dev