From 71b120be564e7272c1eb355bbd1ca536e93de983 Mon Sep 17 00:00:00 2001 From: Vincent Ramiere Date: Sun, 17 Oct 2021 18:33:30 +0200 Subject: [PATCH] installation et configuration de parcel --- index.html | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 02b0dae..050a9e5 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ API REQRES - + diff --git a/package.json b/package.json index 3551280..1898274 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" + "start": "parcel index.html" }, "repository": { "type": "git",