Skip to content

Commit

Permalink
http-server for development
Browse files Browse the repository at this point in the history
  • Loading branch information
islemaster committed May 2, 2019
1 parent a5da347 commit eaad897
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 181 deletions.
215 changes: 215 additions & 0 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -4,8 +4,10 @@
"description": "The 'good enough' Social Golfer Problem Solver",
"author": "Brad Buchanan <bradley.c.buchanan@gmail.com>",
"license": "MIT",
"dependencies": {
"immutable": "^3.8.2",
"lodash": "^4.17.4"
"devDependencies": {
"http-server": "^0.11.1"
},
"scripts": {
"start": "http-server ."
}
}

0 comments on commit eaad897

Please sign in to comment.