No description
| functions | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| netlify.toml | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
Netlify + FaunaDB
Example of using FaunaDB with netlify functions
Try it out on your own account via this link:
Install
- Clone down the repository
git clone git@github.com:netlify/netlify-faunadb-example.git
- Install the dependencies
npm install
- Bootstrap your FaunaDB table
npm run bootstrap
- Run project locally
npm start