A development server for optimal development experience of data-fair applications.
See data-fair-charts for an example with nuxt. See data-fair-minimal for an example with a simple http server.
Run development server :
npm run dev
Run publishable server :
DEBUG=nuxt-config-inject npm run prepublish
DEBUG=nuxt-config-inject NODE_ENV=production node server/index.js