No description
Find a file
2018-06-20 17:41:41 -07:00
functions add path id util 2018-06-11 21:26:54 -07:00
public add clear all 2018-06-20 17:21:17 -07:00
scripts add clear all 2018-06-20 17:21:17 -07:00
src mobile toggle 2018-06-20 17:41:41 -07:00
.gitignore add clear all 2018-06-20 17:21:17 -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 add clear all 2018-06-20 17:21:17 -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

Deploy this app with one-click 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