Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 886 Bytes

README.md

File metadata and controls

59 lines (41 loc) · 886 Bytes

Deskblock

An admin dashboard with data tables and charts.

Preview

demo1

demo2

Lighthouse test results

light house results

Built with:

Getting Started

  1. Clone project

    git clone https://github.com/Mahmoud-farargy/admin-dashboard.git
    
  2. Install dependencies

    install
    
  3. Fire up the server and watch files

    yarn dev

Deployment

  1. Start app

    npm run start
    
  2. Test

    npm test
    
  3. Build

    npm run build
    
  4. Deploy!

    firebase deploy