Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 550 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 550 Bytes

Welcome to SPLIT.IT

This is just an initial basic implementation of a Bill Splitting Application that divides the bill specifically based on what the user has opted to share an item for.

Prerequisites

  • Git
  • NodeJS

Set up locally

1. Clone the Repository

git clone https://github.com/siliconvolley/split-it-web.git

2. To set up client-side:

2.1 Navigate to the split-it-web directory, and Install the dependencies:

cd split-it-web
npm install

3. To run the application

npm run dev