arbor-dashboard
Version:
A tool to create responsive dashboards with charts
60 lines (43 loc) • 836 B
Markdown
# data.responsive_charting_dashboards
An npm package of responsive charting components for data visualisation
## Getting Started
### Prerequisites
- Node.js
- Yarn package manager
### Installation
1. Clone the repository and install dependencies:
```bash
yarn
```
2. Install backend dependencies:
```bash
cd local/backend
yarn
```
3. Install frontend dependencies:
```bash
cd local/Frontend
yarn
```
### Running the Backend
1. Navigate to the backend directory:
```bash
cd local/backend
```
2. Start the backend server:
```bash
node app.js
```
4. Verify the backend is running by visiting:
http://localhost:3000/
### Running the Frontend
1. Navigate to the frontend directory:
```bash
cd local/Frontend
```
2. Start the Frontend
```bash
npm run dev
```
3. The frontend will be available at:
http://localhost:5173/