You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
354 B
16 lines
354 B
7 months ago
|
console posisi di root app (EngineN)
|
||
|
|
||
|
requirement :
|
||
|
- node versi : 20 +
|
||
|
- yarn latest version
|
||
|
|
||
|
setup awal jalankan perintah :
|
||
|
- yarn init
|
||
|
- yarn (akan mendownload node_modules yang diperlukan)
|
||
|
|
||
|
untuk build kode javascript agar bisa di load di browser =>
|
||
|
jalankan perintah : npx webpack
|
||
|
untuk dev : npx webpack --watch
|
||
|
|
||
|
config ada webapack.config.js
|