Skip to content

matheus-gomes-dev/react-pay-cycle-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Money App (react)

Application to practice react, redux and webpack. Control your incomes and expenses with this amazing app!

Alt Text

Local Installation

Clone this repository, then inside the backend folder, create a new folder called database. Run:

mongod --port 27017 --dbpath database

You will need to have MongoDB installed in your machine

Still inside the backend folder, run the following commands to start the nodeJS server:

npm install
npm run dev

Once backend and mongoDB are running, go back to the root app's folder and run:

npm install
npm run dev

Now the application is ready and running on http://localhost:8080. Have fun! :)

About

Single page application with react, redux and webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages