hriks / expense_front-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Splitwise Clone

===========================================================================================

How to setup ?

Open a command line / terminal window and navigate to the "/splitwise-clone" folder below the project root folder

Install npm package manager to install all packages

sudo apt install npm

Run to install all required npm packages that are defined in the package.json file

npm install

Run to start the client, a browser window should automatically open to the application at http://localhost:8080

npm start

Make sure that backend server is running on port 8000

About


Languages

Language:JavaScript 93.3%Language:HTML 6.7%