Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yinkakun/react-typescript-dashboard
- Owner: yinkakun
- Created: 2021-08-13T09:43:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T18:09:49.000Z (over 3 years ago)
- Last Synced: 2024-10-14T07:11:39.637Z (3 months ago)
- Topics: dashboard, figma, react, typescript
- Language: TypeScript
- Homepage: https://expensesdashboard.netlify.app/expenses
- Size: 536 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```