tauri/examples/react/gatsby-themed-site
Lucas Fernandes Nogueira 4416cdbb30 chore(examples) update CSP and tauri-webpack to 0.2.0 (#256)
* chore(examples) update CSP and tauri-webpack to 0.2.0

* chore(updater) update tauri-api to 0.3.0
2019-12-31 20:09:34 +01:00
..
src slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
src-tauri chore(examples) update CSP and tauri-webpack to 0.2.0 (#256) 2019-12-31 20:09:34 +01:00
.babelrc slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
.gitignore slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
gatsby-config.js slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
package.json chore(deps): manual renovation (#245) 2019-12-29 14:17:59 +01:00
README.md slim down gatsby example, update deps (#193) 2019-12-21 00:34:36 -06:00
yarn.lock chore(deps): manual renovation (#245) 2019-12-29 14:17:59 +01:00

Gatsby Themed Site

This is a minimal config required gatsby site created using themes. The intention is to smoke test gatsby and provide an assortment of pages to test tauri response.

This does use an API key to Airtable, but we have made it optional. (Although currently gatsby is rather aggressive in compiling things out of node_modules so gatsby-config.js has a hack to rename files so gatsby will ignore them. [insert heavy sigh here])