Stubben Edge Task

Table of Contents

Getting Started

These instructions will help you setup a local development instance of the app.

Setup prerequisites

  • You will require Node.js installed on your machine.

Client Setup

  • Install dependencies:

    cd client

    npm install

  • Build client:

    npm run build

Server & Database Setup

  • Install server dependencies:

    cd ../server

    npm install

  • Build server:

    npm run build

Start the App

Tech Stack