sksaju / expense-tracker

Expense Tracker App | A MERN Stack Project for Starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Expense Tracker App | A MERN Stack Project for Starter


Languages

Language:JavaScript 96.2%Language:HTML 3.8%