ericsmith92 / franchisee-totals-and-fees

coding challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Franchisee Sales and Fees

Franchisee Sales and Fees is a full stack application without the database that will allow a user to search by either a franchisee or location and see total sales and franchisee fees for a specified date.

Installation

Clone the repo and install the dependencies in both the server and client directories

cd server && yarn install
cd client && yarn install

Running the Application

First start the server and after start the client

cd server && yarn watch

In a sepeate terminal window:

cd server && yarn dev

In a sepeate terminal window:

cd client && yarn dev

Notes

About

coding challenge


Languages

Language:TypeScript 93.1%Language:CSS 6.4%Language:JavaScript 0.4%Language:Shell 0.1%