Skip to content

Commit

Permalink
initial commit: basic SPA via create-react-app, auth via aws amplify …
Browse files Browse the repository at this point in the history
…/ cognito
  • Loading branch information
stuartsan committed Jan 22, 2019
1 parent 6be3f48 commit 46416bb
Show file tree
Hide file tree
Showing 12 changed files with 1,147 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

#amplify
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/backend/amplify-meta.json
aws-exports.js
awsconfiguration.json
17 changes: 17 additions & 0 deletions amplify/.config/project-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"projectName": "lighthousecircleciex",
"version": "1.0",
"frontend": "javascript",
"javascript": {
"framework": "react",
"config": {
"SourceDir": "src",
"DistributionDir": "build",
"BuildCommand": "npm run-script build",
"StartCommand": "npm run-script start"
}
},
"providers": [
"awscloudformation"
]
}
Loading

0 comments on commit 46416bb

Please sign in to comment.