Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 515 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 515 Bytes

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