Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yinkakun/react-typescript-dashboard


https://github.com/yinkakun/react-typescript-dashboard

dashboard figma react typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# React Typescript Dashboard App

Dashboard App with React, TypeScript, SCSS Modules and Recharts, based on a Figma Design.

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

[Live Demo](https://expensesdashboard.netlify.app/expenses)

[Figma Design](https://www.figma.com/file/VLKeH1UBByO9DokvyhGzgg/Dashboard-Community?node-id=0%3A1)


## Local Installation

Clone this repository

```bash
git clone https://github.com/yinkakun/react-typescript-dashboard.git
```

Install dependencies

```bash
yarn #or npm install
```

Serve with hot reload at localhost:3000

```bash
yarn dev # or npm run dev
```

Generate static project

```bash
yarn build # or npm run build
```