This is the web client for the Fatodo application, providing a user interface for task management, chat, and social networking features.
To run the fatodo-web
client locally, you'll need Node.js installed on your machine.
Clone the repository and install the dependencies:
To start the application in development mode, run:
npm start
The app will be available at http://localhost:9000
.
To create a production build, use:
npm run build
Refer to the .gitlab-ci.yml
file for the CI/CD pipeline configuration used to deploy fatodo-web
.
Set up the necessary environment variables for development and production environments as needed.