Skip to content

Commit

Permalink
Estructura del proyecto
Browse files Browse the repository at this point in the history
  • Loading branch information
MelynaPernia committed Mar 3, 2018
1 parent 4de0dfc commit 53e9deb
Show file tree
Hide file tree
Showing 7 changed files with 415 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
362 changes: 362 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "ecommerse-product-final",
"version": "1.0.0",
"description": "* **Track:** _Especialización Front-end_\r * **Curso:** _CONSTRUYE UNA SINGLE PAGE APP (SPA) MULTI-USUARIO CONSUMIENDO DATA REMOTA_\r * **Unidad:** _Producto final_",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MelynaPernia/ecommerse-product-final.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MelynaPernia/ecommerse-product-final/issues"
},
"homepage": "https://github.com/MelynaPernia/ecommerse-product-final#readme",
"dependencies": {
"express": "^4.16.2"
}
}
Empty file added public/css/main.css
Empty file.
Loading

0 comments on commit 53e9deb

Please sign in to comment.