Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 814 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 814 Bytes

Expense Tracker App | A MERN Stack Project for Starter

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

Checkout this repo, install dependencies, then start the gulp process with the following:

> git clone https://github.com/sksaju/expense-tracker.git
> cd expense-tracker 
> npm install
> cd client 
> npm install
> cd ../ 
> run MongoDB with mongod command
> config server.js 
> npm run dev

Not Familiar with Git?

Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

> npm install
> cd client 
> npm install
> cd ../ 
> run MongoDB with mongod command
> config server.js 
> npm run dev