Application made by Reubert Barbosa
That's an application focused on React and Redux, here we can simple administrate our pending chores.
To contribute, you must prepare your environment first following a few easy steps:
First of all, clone this repository and let's go!
- Install MongoDB globally
- Install NodeJS and npm
After installing it, you'll need to run with that command
$ mongod
The server will be listening to connections, so we can proceed.
Install modules and dependencies by:
$ npm install
With MongoDB running, to start the Backend is simple, just type on your command prompt:
$ npm run dev
Install modules and dependencies by:
$ npm install
Run the application
$ npm run dev
If the port in webpack.config.js is unvailable, try to change it to run Front-End application.
Enjoy it!