To get started with this project, follow these steps:
- Clone the Repository: Start by cloning this repository to your local machine using Git.
git clone <repository-url>
- Navigate to the Project Directory: Change your current directory to the project folder.
cd CFTstocksentiment
cd frontend
- Install Dependencies: Install the project dependencies using Yarn.
yarn install
- Run the Development Server: Start the development server to run the project locally.
yarn start
- Access the Application: Open your web browser and navigate to http://localhost:3000 to access the application.
The project is structured as follows:
frontend/
: This directory contains the frontend code for the application.backend/
: This directory contains the backend code for the application.package.json
: This file contains project metadata and a list of dependencies.yarn.lock
: A lock file that specifies exact versions of dependencies.