An open API service indexing awesome lists of open source software.

https://github.com/btc415/financial_analysis_fe

This project is a frontend application for financial analysis, created using the Next.js framework. It provides a user interface for analyzing financial data and visualizing the results.
https://github.com/btc415/financial_analysis_fe

Last synced: about 1 year ago
JSON representation

This project is a frontend application for financial analysis, created using the Next.js framework. It provides a user interface for analyzing financial data and visualizing the results.

Awesome Lists containing this project

README

          

# Financial Analysis -- Frontend

## Description


This project was created by create-next-app

## How to build & run? :dart:

Make sure you have [Nodejs](https://nodejs.org/en/download) installed anc clone this repository on local PC.

```bash
node --version
```

```bash
git clone
```

- Install the dependencies:

```bash
npm install
```
- Installs all the dependencies required by the project.

- Run dev server

```bash
npm run dev
```

- Build

```bash
npm run build
```

- Run Server

```bash
cd dist
npx serve -s -l 80
```

- To contribute, make pull request for your own branch:

```bash
git add .
git commit -m ""
git push origin
```