Web application that allows users to list a list of tasks, add new ones, delete and update them.
These instructions will allow you to run the project in both a development and production environment.
Create an .env file in the root of the project with the same content as the .env.example file.
First make sure to install all the dependencies with the following command
npm install
Run the command npm run dev for development.
npm run dev
Run the command npm run start for production.
npm run start