To set up and run the project locally, follow these steps:
-
Clone the repository:
git clone <your-repository-url>
-
Navigate to the project directory:
cd todo-list-app
-
Run the setup script:
./setup-and-run.sh
This script will:
- Check if Node.js and npm are installed.
- Install Node.js and npm if they are not installed.
- Install the project dependencies.
- Start the development server.