Welcome to FILO, a simple web app that allows you to create and like post messages. This README will guide you through the setup process.
Before you begin, ensure you have Node.js and npm installed on your system. If you don't have them, you can install them using the following steps:
-
Node.js: Download and install Node.js from nodejs.org.
-
npm (Node Package Manager): npm is usually bundled with Node.js. To verify if you have npm installed, open your terminal or command prompt and run:
npm -v
-
After installing npm, run the following command to install the React dependencies:
npm i
-
Then build the project in the FILO directory using the following command:
npm run build
-
Finally, run the project using the command:
docker-compose up --build --force-recreate
This project was bootstrapped with Create React App.