No description
Find a file
2018-06-11 17:10:19 -07:00
functions fix ID reference 2018-06-11 17:10:19 -07:00
public init commit ⊂◉‿◉つ 2018-06-11 15:48:00 -07:00
src init commit ⊂◉‿◉つ 2018-06-11 15:48:00 -07:00
.gitignore init commit ⊂◉‿◉つ 2018-06-11 15:48:00 -07:00
init-faunadb.js add bootstrap command 2018-06-11 16:05:39 -07:00
netlify.toml init commit ⊂◉‿◉つ 2018-06-11 15:48:00 -07:00
package.json add web pack build fix 2018-06-11 16:35:43 -07:00
README.md add bootstap command 2018-06-11 16:06:20 -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
  1. Install the dependencies
npm install
  1. Bootstrap your FaunaDB table
npm run bootstrap
  1. Run project locally
npm start