Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 804 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 804 Bytes

List App Demo

Tech

  • Written using Nuxt.js, a Vue.js framework.
  • Netlify: Auto-deploy to production on push to master branch. Pull requests also get automatic "preview" deployments for testing.
  • FaunaDB: Serverless NoSQL database, used for persistent data storage of all lists/items.

Nuxt.js Template

https://github.com/CurtisBelt/nuxtjs-template/

Usage

Note: Must have FaunaDB secret token and configure .env file.

# install dependencies
yarn install

# serve with hot reload at localhost:3000 / launch netlify-lambda
yarn dev

# generate static project
yarn generate