installation et configuration de parcel
This commit is contained in:
		
							parent
							
								
									81b3ceca85
								
							
						
					
					
						commit
						71b120be56
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -5,7 +5,7 @@ | ||||||
|     <meta http-equiv="X-UA-Compatible" content="IE=edge"> |     <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> |     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||||
|     <title>API REQRES</title> |     <title>API REQRES</title> | ||||||
|     <script src="script.js" defer></script> |     <script src="script.js" defer type="module"></script> | ||||||
|     <link rel="stylesheet" href="style.css"> |     <link rel="stylesheet" href="style.css"> | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
|   "main": "index.html", |   "main": "index.html", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "test": "echo \"Error: no test specified\" && exit 1" |     "test": "echo \"Error: no test specified\" && exit 1" | ||||||
|  |     "start": "parcel index.html" | ||||||
|   }, |   }, | ||||||
|   "repository": { |   "repository": { | ||||||
|     "type": "git", |     "type": "git", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Vincent Ramiere
						Vincent Ramiere