Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.02 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.02 KB

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