Skip to content

Files

Latest commit

author
Jeyvison Nascimento
Apr 23, 2018
55e16d5 · Apr 23, 2018

History

History
37 lines (24 loc) · 581 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 581 Bytes

Backend OnBoarding

Built with Electric

Setup

  1. Make sure you have node and npm installed:
node -v && npm -v
  1. Install our global dependencies:
[sudo] npm i -g electric-cli
  1. Install our local dependencies:
npm i

Usage

  • Build the site, serve it locally, and watch for any changes:
electric run
  • Deploy to production (send build files to wedeploy branch):
electric deploy