Skip to content

Commit

Permalink
✨ Start Script
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiRequiem committed Dec 10, 2021
1 parent 07ab73b commit 8d7efa9
Show file tree
Hide file tree
Showing 4 changed files with 1,240 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/
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "mobile-first-platzi",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:UltiRequiem/mobile-first-platzi.git",
"author": "Eliaz Bobadilla <[email protected]>",
"license": "MIT",
"scripts": {
"start": "live-server ."
},
"devDependencies": {
"live-server": "^1.2.1"
}
}
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Platzi Mobile First

Run:

```
yarn && yarn start
```

## Licence

MIT
Loading

0 comments on commit 8d7efa9

Please sign in to comment.