Füge .gitignore und package.json für das Projekt hinzu
This commit is contained in:
8
package.json
Normal file
8
package.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "chooser-app",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "npx serve -l 8080 ."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user