Skip to content

Commit

Permalink
Updated readme and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pc committed Sep 14, 2019
1 parent 3defa46 commit d449288
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules
jspm_packages

# Serverless directories
.serverless
.serverless
.dynamodb
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# test_portal_nodejs
Nodejs serverless server for test portal

`npm install -g serverless`
`npm install`
`sls dynamodb install`
`sls offline start --runFor dev`

0 comments on commit d449288

Please sign in to comment.