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
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!
To start the back-end server, just run the following command:
> node server
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!
To execute the webpack-dev-server, just run the following command:
> npm run start