A simple Node.js application using Express and ES modules. This README provides instructions on how to set up, run, and develop the application.
Follow these steps to get your development environment set up.
First, clone the repository to your local machine.
git clone https://github.com/The1987/to-do-list.git
cd to-do-list
Next, run the install command to get your dependencies.
npm install
Next, run the start command to start the application.
npm start
Finally, access the app from the below url.
http://localhost:3000