-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
59 lines (37 loc) · 1.02 KB
/
notes.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
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
//Notes to future self
//To create future builds using nmp and vite
//using git-bash terminal
# START #
$ npm create vite@latest
√ Project name: ... main-directory
√ Select a framework: » Vanilla
√ Select a variant: » JavaScript
Done. Now run:
cd FOLDER_NAME
npm install
npm run dev
$ cd FOLDER_NAME
$ npm install
added 9 packages, and audited 10 packages in 2s
3 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
$ npm run dev
> [email protected] dev
> vite
VITE v5.0.10 ready in 156 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help
^C
# END #
//Where to find modern-normalize.css
// https://github.com/sindresorhus/modern-normalize
//Where to find fonts (fontshare)
// https://www.fontshare.com/
//where to publish Website using GitHub Repo (Vercel)
// https://vercel.com/
//Where to find colors
// https://tailwindcss.com/docs/customizing-colors
//Where to find icons
// https://heroicons.com/