Skip to content

Expense Tracker App | A MERN Stack Project for Starter

Notifications You must be signed in to change notification settings

sksaju/expense-tracker

Repository files navigation

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