File tree Expand file tree Collapse file tree 5 files changed +5276
-1
lines changed Expand file tree Collapse file tree 5 files changed +5276
-1
lines changed Original file line number Diff line number Diff line change
1
+ gui /
2
+
1
3
# Byte-compiled / optimized / DLL files
2
4
__pycache__ /
3
5
* .py [cod ]
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < link rel ='stylesheet ' href ='index.scss '/>
5
+ </ head >
6
+ < body >
7
+ < h1 > Hello world</ h1 >
8
+ < div id ='app '> </ div >
9
+ < script src ='index.js '> </ script >
10
+ </ body >
11
+ </ html >
Original file line number Diff line number Diff line change
1
+ body {
2
+ color : red !important ;
3
+ }
Original file line number Diff line number Diff line change 2
2
"name" : " sockets" ,
3
3
"version" : " 1.0.0" ,
4
4
"main" : " index.js" ,
5
+ "scripts" : {
6
+ "start" : " parcel serve index.html -d gui" ,
7
+ "build" : " parcel build index.html --public-url . -d dist"
8
+ },
5
9
"repository" : " https://github.com/codingforentrepreneurs/Websockets-from-Scratch-with-Python-JavaScript" ,
6
10
"author" : " CFE <hello@teamcfe.com>" ,
7
- "license" : " MIT"
11
+ "license" : " MIT" ,
12
+ "devDependencies" : {
13
+ "parcel-bundler" : " ^1.12.4" ,
14
+ "sass" : " ^1.26.10"
15
+ }
8
16
}
You can’t perform that action at this time.
0 commit comments