Skip to content

Get-Your-GreenBack-Tompkins/gygb-client-web

Repository files navigation

GYGB Tompkins: Web Client

Setup

  1. Install Node with Node Version Manager:

After installing set your Node version to be "v12"

nvm install v12
nvm use v12
  1. Install dependencies.
# Execute *in* the project directory.
npm install

Running Locally

# Runs a development server!
npm run start

Build for production

# Build for production
npm run build