Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vientang/meetup-softball
https://github.com/vientang/meetup-softball
appsync aws-amplify cloudfront cssmodules dynamodb gatsby graphql jest react s3
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vientang/meetup-softball
- Owner: vientang
- License: mit
- Created: 2018-10-24T22:30:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T23:26:42.000Z (over 1 year ago)
- Last Synced: 2024-12-18T23:43:40.513Z (about 2 months ago)
- Topics: appsync, aws-amplify, cloudfront, cssmodules, dynamodb, gatsby, graphql, jest, react, s3
- Language: JavaScript
- Size: 4.88 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
Meetup Softball SiteThe goal of this project is to build a new
site that will be easier for admins to enter stats and to be able to add new features, stats, pages, etc.#### Interested in contributing to the code base? [Check out the contributing guide](contributing.md)
## π§ What's inside?
A quick look at some the top-level files and directories you'll see in this project.
.
βββ amplify
βββ src
βββ components
βββ graphql
βββ images
βββ pages
βββ styles
βββ utils
βββ gatsby-browser.js
βββ gatsby-config.js
βββ package.json
βββ contributing.md**`/amplify`**: The directory that contains all of the cloud formation templates and configurations for AWS.
**`/src`**: The directory that contains all of the front end code related to the site.
**`gatsby-browser.js`**: File where Gatsby expects to find any usage of the [Gatsby browser APIs](https://next.gatsbyjs.org/docs/browser-apis/) (if any). These allow customization/extension of default Gatsby settings affecting the browser.
**`gatsby-config.js`**: Main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins youβd like to include, etc. (Check out the [config docs](https://next.gatsbyjs.org/docs/gatsby-config/) for more detail).
**`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the projectβs name, author, etc). This manifest is how npm knows which packages to install.
**`contributing.md`**: Markdown file containing useful reference information about this project.