installation et configuration de parcel

This commit is contained in:
Vincent Ramiere 2021-10-17 18:33:30 +02:00
parent 81b3ceca85
commit 71b120be56
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>API REQRES</title>
<script src="script.js" defer></script>
<script src="script.js" defer type="module"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>

View File

@ -5,6 +5,7 @@
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "parcel index.html"
},
"repository": {
"type": "git",