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.
- Host: GitHub
- URL: https://github.com/btc415/financial_analysis_fe
- Owner: BTC415
- Created: 2024-03-14T21:18:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T11:35:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T14:07:25.182Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://workana-test-project.vercel.app
- Size: 2.04 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```