Skip to content

Commit

Permalink
add script
Browse files Browse the repository at this point in the history
  • Loading branch information
kvker committed Nov 17, 2018
1 parent 6053b8c commit 983bffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

`npm run start` or `yarn start`

then
## open

browser open [http://localhost:8000/](http://localhost:8000/)
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"scripts": {
"start": "node tb.try.js"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.4",
Expand Down

0 comments on commit 983bffe

Please sign in to comment.