A MERN full stack application.
Client: React, Redux, Bootstrap
Server: NodeJS, Express
Database: MongoDB
Clone the project
git clone https://github.com/shayfeld/ToDoList.git
Go to the project directory
cd TodoList
Install dependencies
npm install
Start the client & server
npm run start-dev
Open in browser
http://localhost:8080/