Last active
October 3, 2021 10:15
-
-
Save MaksymGrom/5c0259ddf960d48ff9ab5528aa3cf9ad to your computer and use it in GitHub Desktop.
Revisions
-
MaksymGrom revised this gist
Oct 3, 2021 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,4 @@ // Сохрани этот файл в папку src в проекте // Тут можно писать свой код на JavaScript console.log('Поехали'); -
MaksymGrom revised this gist
Oct 3, 2021 . No changes.There are no files selected for viewing
-
MaksymGrom revised this gist
Oct 3, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ // Сохрани этот файл в папку src в проекте // Тут можно писать свой код на JavaScript -
MaksymGrom revised this gist
Oct 3, 2021 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,18 +1,18 @@ 1) Добавь файлы себе в проект ``` package.json index.html src/index.js ``` 2) Выполни команду, чтобы установить зависимости: ``` npm install ``` 3) Для запуска проекта выполни команду: ``` npm run start ``` 4) Готово! Подпишись на мой [youtube](https://www.youtube.com/channel/UClDDVLu0Cj_o9Y5D2ilCtdQ) -
MaksymGrom revised this gist
Oct 3, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ { "name": "project", "version": "1.0.0", "description": "", "main": "index.html", "scripts": { "start": "parcel index.html --open", "build": "parcel build index.html" -
MaksymGrom revised this gist
Oct 3, 2021 . No changes.There are no files selected for viewing
-
MaksymGrom revised this gist
Oct 3, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ 1) Add files to your project ``` package.json index.html src/index.js ``` 2) run to install dependencies: ``` -
MaksymGrom revised this gist
Oct 3, 2021 . 4 changed files with 32 additions and 50 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ 1) Add files to your project package.json index.html src/index.js 2) run to install dependencies: ``` npm install ``` 3) run to start develop: ``` npm run start ``` 4) have fun! This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <script src="src/index.js"></script> </body> </html> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ // save it in src folder // write your js here This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,50 +0,0 @@ -
MaksymGrom revised this gist
Oct 3, 2021 . 1 changed file with 19 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ { "name": "jsdocks", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "parcel index.html --open", "build": "parcel build index.html" }, "dependencies": { "parcel-bundler": "^1.12.5" }, "devDependencies": { "@babel/core": "^7.15.5" }, "resolutions": { "@babel/preset-env": "7.13.8" } } -
MaksymGrom renamed this gist
Oct 3, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
MaksymGrom revised this gist
Oct 3, 2021 . 1 changed file with 2 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -43,14 +43,8 @@ src\index.js ``` 2) run: npm install 3) run: npm run start 4) have fun! -
MaksymGrom revised this gist
Oct 3, 2021 . 1 changed file with 15 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ 1) Add files to your project package.json ``` { @@ -39,3 +41,16 @@ src\index.js ``` // write your js here ``` 2) run ``` npm install ``` 3) run ``` npm run start ``` 4) have fun! -
MaksymGrom created this gist
Oct 3, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,41 @@ package.json ``` { "name": "jsdocks", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "parcel index.html --open", "build": "parcel build index.html" }, "dependencies": { "parcel-bundler": "^1.12.5" }, "devDependencies": { "@babel/core": "^7.15.5" }, "resolutions": { "@babel/preset-env": "7.13.8" } } ``` index.html ``` <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <script src="src/index.js"></script> </body> </html> ``` src\index.js ``` // write your js here ```