No description
Find a file
2018-06-20 14:03:41 -07:00
functions add path id util 2018-06-11 21:26:54 -07:00
public remove circle 2018-06-20 13:51:35 -07:00
scripts clean up code 2018-06-20 14:03:41 -07:00
src clean up code 2018-06-20 14:03:41 -07:00
.gitignore init commit ⊂◉‿◉つ 2018-06-11 15:48:00 -07:00
netlify.toml init commit ⊂◉‿◉つ 2018-06-11 15:48:00 -07:00
package.json clean up code 2018-06-20 14:03:41 -07:00
README.md clean up code 2018-06-20 14:03:41 -07:00
webpack.config.js add web pack build fix 2018-06-11 16:35:43 -07:00

Netlify + FaunaDB

Example of using FaunaDB with netlify functions

Try it out on your own account via this link:

Deploy to Netlify

Install

  1. Clone down the repository
git clone git@github.com:netlify/netlify-faunadb-example.git
  1. Install the dependencies
npm install
  1. Bootstrap your FaunaDB table
npm run bootstrap
  1. Run project locally
npm start