Skip to content

Diving deep into making a To-Do using Node (back-end), React-Redux (front-end)

Notifications You must be signed in to change notification settings

sudowebdev/todo-advanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List (Advanced)

Installation:

To have this project in your local computer, either download the repository or clone it (at whatever path you want) using the following command:

> git clone https://github.com/sudowebdev/todo-advanced.git

Back-End (implemented via Node):

Installation:

After having the project in your local computer, navigate to the back-end directory using:

> cd back-end

Now, to install all the dependencies, run:

> npm install

Everything is now set-up!

Execution steps:

To start the back-end server, just run the following command:

> node server

Front-End (implemented via React):

Installation:

After having the project in your local computer, navigate to the front-end directory using:

> cd front-end

Now, to install all the dependencies, run:

> npm install

Everything is now set-up!

Execution steps:

To execute the webpack-dev-server, just run the following command:

> npm run start

About

Diving deep into making a To-Do using Node (back-end), React-Redux (front-end)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published